Skip to content

Commit 37ae68c

Browse files
Merge pull request #221 from oslabs-beta/master
Merging latest beta features that enhance overall visualizations and user experience
2 parents 2f5c1f2 + 181005a commit 37ae68c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2075
-18984
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ bower_components
1515
sandboxes/manual-tests/NextJS/.next
1616
.vscode
1717
src/app/components/Map.tsx
18+
package-lock.json

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
<p align="center">
2-
<img src ="./assets/readme-logo-300.png" width="300"/>
2+
<img src ="./assets/readme-logo-300-no-version.png" width="300"/>
33
</p>
4+
<h1 align="center">
5+
State Debugger for React
6+
7+
<br>Nominated for the Productivity Booster award
8+
<br><a href="https://osawards.com/react/">👑 React Open Source Awards 2020 👑</a>
9+
</h1>
410

5-
<h1 align="center"><b>State Debugger for React</b></h1>
611

712
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime) [![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime) [![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime) [![Vulnerabilities](https://snyk.io/test/github/oslabs-beta/reactime/badge.svg)](https://snyk.io/test/github/oslabs-beta/reactime)![BabelPresetPrefs](https://img.shields.io/badge/babel%20preset-airbnb-ff69b4)![LintPrefs](https://img.shields.io/badge/linted%20with-eslint-blueviolet)
813

914
<p align="center">
10-
<img src="./assets/hooks-demo.gif" />
11-
<img src="./assets/recoil-demo.gif" />
15+
<img src="./assets/react-calculator-demo.gif" />
16+
<img src="./assets/recoil-todo-demo.gif" />
1217
</p>
1318

14-
👑 Nominated for the Productivity Booster award at [React Open Source Awards 2020](https://osawards.com/react/)! 👑
15-
16-
1719
<b>Reactime</b> is a debugging tool for React developers. It records a snapshot whenever a target application's state is changed and allows the user to jump to any previously recorded state.
1820

1921
Currently, Reactime supports React apps using stateful components and Hooks, with beta support for Recoil and Context API.
2022

21-
Reactime 5.0 beta extends the core functionality by including support for [Recoil](https://recoiljs.org/). The latest release incorporates additional visualizations for component relationships as well as atom-selector relationships for Recoil applications. Reactime 5.0 includes expanded [typedoc](https://typedoc.org/api/) documentation for developers looking to contribute to the source code.
23+
Reactime verision 6.0 beta extends the core functionality by including support for [Recoil](https://recoiljs.org/). The latest release incorporates additional visualizations for component relationships as well as atom-selector relationships for Recoil applications. Reactime 6.0 includes expanded [typedoc](https://typedoc.org/api/) documentation for developers looking to contribute to the source code.
2224

2325
After installing Reactime, you can test its functionalities with the following demo repositories:
2426

@@ -78,6 +80,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
7880
- declarative titles in the actions sidebar
7981

8082
## <b>Authors</b>
83+
- **Alex Landeros** - [@AlexanderLanderos](https://github.com/AlexanderLanderos)
84+
- **Chris Guizzetti** - [@guizzettic](https://github.com/guizzettic)
85+
- **Jason Victor** - [@theqwertypusher](https://github.com/Theqwertypusher)
86+
- **Sanjay Lavingia** - [@sanjaylavingia](https://github.com/sanjaylavingia)
87+
- **Vincent Nguyen** - [@guizzettic](https://github.com/VNguyenCode)
8188
- **Haejin Jo** - [@haejinjo](https://github.com/haejinjo)
8289
- **Hien Nguyen** - [@hienqn](https://github.com/hienqn)
8390
- **Jack Crish** - [@JackC27](https://github.com/JackC27)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/react-calculator-demo.gif

1.65 MB
Loading

assets/readme-logo-300-no-version.png

21.8 KB
Loading
69.3 KB
Loading

assets/recoil-todo-demo.gif

1.07 MB
Loading

0 commit comments

Comments
 (0)