|
1 | 1 | <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"/> |
3 | 3 | </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> |
4 | 10 |
|
5 |
| -<h1 align="center"><b>State Debugger for React</b></h1> |
6 | 11 |
|
7 | 12 | [](https://github.com/oslabs-beta/reactime) [](https://travis-ci.com/oslabs-beta/reactime) [](http://badge.fury.io/js/reactime) [](https://snyk.io/test/github/oslabs-beta/reactime)
|
8 | 13 |
|
9 | 14 | <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" /> |
12 | 17 | </p>
|
13 | 18 |
|
14 |
| -👑 Nominated for the Productivity Booster award at [React Open Source Awards 2020](https://osawards.com/react/)! 👑 |
15 |
| - |
16 |
| - |
17 | 19 | <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.
|
18 | 20 |
|
19 | 21 | Currently, Reactime supports React apps using stateful components and Hooks, with beta support for Recoil and Context API.
|
20 | 22 |
|
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. |
22 | 24 |
|
23 | 25 | After installing Reactime, you can test its functionalities with the following demo repositories:
|
24 | 26 |
|
@@ -78,6 +80,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
|
78 | 80 | - declarative titles in the actions sidebar
|
79 | 81 |
|
80 | 82 | ## <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) |
81 | 88 | - **Haejin Jo** - [@haejinjo](https://github.com/haejinjo)
|
82 | 89 | - **Hien Nguyen** - [@hienqn](https://github.com/hienqn)
|
83 | 90 | - **Jack Crish** - [@JackC27](https://github.com/JackC27)
|
|
0 commit comments