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 time travel debugger tool made to work with react 16.8+.
4
-
- useReducer
5
-
- useState
6
-
React Rewind is in active development. Please follow this repo for contribution guidelines and our development road map.
3
+
A time travel debugger tool made to work with React 16.8+, designed to help engineers record and replay user sessions to fix bugs faster.
4
+
Debug issues easier by “rewinding” your session instead of having to reproduce the issue until you find the bug
5
+
6
+
- Press record and start interacting with your application
7
+
- Each action will be stored as a unique “event” in time
8
+
- Pause your recording and start observing all program activities
9
+
- Press play to “rewind” through your recorded actions
10
+
- View a real-time playback representation of your application state at any given time
11
+
12
+
13
+
**React Rewind is in active development. Please follow this repo for contribution guidelines and our development road map.**
7
14
## Getting Started
8
15
9
16
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
10
17
11
18
### Prerequisites
12
19
13
-
Your application must be using the hooks useReducer or useState for actions to be record.
20
+
Your application must be using the hooks useReducer for actions to be record.
14
21
15
22
### Installing
16
23
React Rewind is available as a Chrome extension through the Google Chrome Web Store.
0 commit comments