Skip to content

Commit 1743592

Browse files
authored
Update readme.md
1 parent a7cdb76 commit 1743592

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src ="./assets/readme_logo.png" width="400"/>
2+
<img src ="./assets/readme-logo-svg.svg" width="300"/>
33
</p>
44

55
<h1 align="center">Reactime: A Time Travel Debugger for React</h1>
@@ -19,7 +19,7 @@
1919

2020
Reactime is a debugging tool for React developers. It records state whenever state is changed and allows user to jump to any previous recorded state.
2121

22-
This dev tool is for React apps using stateful components and prop drilling, and has experimental support for Context API, Router, Hooks (useState) and functional components.
22+
This dev tool is for React apps using stateful components and prop drilling, and has beta support for Context API, conditional state routing, Hooks (useState) and functional components.
2323

2424
One thing to note is that this library does not work well when mixing React with direct DOM manipulation. Since DOM manipulation doesn't change any React state, this library cannot record or even detect that change. Of course, you should be avoiding mixing the two in the first place.
2525

@@ -77,8 +77,9 @@ Jumping is the most important feature of all. It allows you to jump to any previ
7777

7878
Other handy features include:
7979

80-
- multiple branches depicting state changes
81-
- a hover functionality to view state changes
80+
- multiple tree graph branches depicting state changes
81+
- tree graph hover functionality to view state changes
82+
- ability to pan and zoom tree graph
8283
- multiple tabs support
8384
- a slider to move through snapshots quickly
8485
- a play button to move through snapshots automatically
@@ -94,7 +95,7 @@ Other handy features include:
9495
- **Josh Kim** - [@joshua0308](https://github.com/joshua0308)
9596
- **Sierra Swaby** - [@starkspark](https://github.com/starkspark)
9697
- **Ruth Anam** - [@peachiecodes](https://github.com/peachiecodes)
97-
- **David Chai** - [@peachiecodes](https://github.com/davidchaidev)
98+
- **David Chai** - [@davidchaidev](https://github.com/davidchaidev)
9899
- **Yujin Kang** - [@yujinkay](https://github.com/yujinkay)
99100
- **Andy Wong** - [@andywongdev](https://github.com/andywongdev)
100101

0 commit comments

Comments
 (0)