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
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
4
+
5
+
Two parts are needed for this tool to function. The chrome extension must be installed, and the NPM package must be installed and used in the React code.
6
+
7
+
## Installing
8
+
9
+
1. Download the Chrome extension from Chrome Web Store.
10
+
11
+
2. Install the npm package in your code.
12
+
```
13
+
npm i react-time-travel
14
+
```
15
+
3. Call the `linkFiber` method on your root container after rendering your App.
0 commit comments