You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1align="center">Reactime: A Time Travel Debugger for React</h1>
@@ -19,7 +19,7 @@
19
19
20
20
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.
21
21
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.
23
23
24
24
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.
25
25
@@ -77,8 +77,9 @@ Jumping is the most important feature of all. It allows you to jump to any previ
77
77
78
78
Other handy features include:
79
79
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
82
83
- multiple tabs support
83
84
- a slider to move through snapshots quickly
84
85
- a play button to move through snapshots automatically
0 commit comments