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
Reactime is a debugging tool for React developers. It records state whenever it is changed and allows the user to jump to any previously recorded state.
20
21
21
-
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 & useEffect) 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 & useEffect) and functional components.
22
23
23
24
One thing to note is that this library does not work well when mixing React with direct DOM manipulation.
24
25
25
-
Two parts are needed for this tool to function. The <ahref="https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga"><strong>chrome extension</strong></a> must be installed, and the <ahref="https://www.npmjs.com/package/reactime"><strong>NPM package</strong></a> must be installed and used in the React code.
26
+
Two parts are needed for this tool to function. The [**chrome extension**](https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga)must be installed, and the [**NPM package**](https://www.npmjs.com/package/reactime) must be installed and used in the React code.
26
27
27
28
After successfully installing the chrome extension, you can test Reactime functionalities in the demo repositories below.
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ This dev tool is for React apps using stateful components and prop drilling, and
23
23
24
24
One thing to note is that this library does not work well when mixing React with direct DOM manipulation.
25
25
26
-
Two parts are needed for this tool to function. The <ahref="https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga"><strong>chrome extension</strong></a> must be installed, and the <ahref="https://www.npmjs.com/package/reactime"><strong>NPM package</strong></a> must be installed and used in the React code.
26
+
Two parts are needed for this tool to function. The [**chrome extension**](https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga)must be installed, and the [**NPM package**](https://www.npmjs.com/package/reactime)must be installed and used in the React code. You can also download [**zipped version**](build.zip) of the chrome extension and install it in [Developer mode](https://developer.chrome.com/extensions/faq#faq-dev-01) and turn on 'Allow access to file URLs' in extension details page if testing locally.
27
27
28
28
After successfully installing the chrome extension, you can test Reactime functionalities in the demo repositories below.
0 commit comments