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
Copy file name to clipboardExpand all lines: README.md
+98-93Lines changed: 98 additions & 93 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ NOTE: The React Developer Tools [extension](https://chrome.google.com/webstore/d
70
70
71
71
### <b>Alternative Installation</b>
72
72
73
-
Use `src/extension/build/build.zip`for manual installation in [Developer mode](https://developer.chrome.com/extensions/faq#faq-dev-01). Turn on 'Allow access to file URLs' in extension details page if testing locally.
73
+
Go to Chrome Extensions (make sure Chrome Extension is in Developer Mode) for manual installation in (https://developer.chrome.com/extensions/faq#faq-dev-01) and click on Load Unpacked. Use `src/extension/build/` to load this extension. Turn on 'Allow access to file URLs' in extension details page if testing locally.
74
74
75
75
## <b>How to Use</b>
76
76
@@ -165,107 +165,112 @@ After cloning this repository, developers can simply run `npm run docs` at the r
165
165
166
166
### <b>Additional Features</b>
167
167
168
-
-Identifying unnecessary re-renders
169
-
-Single-click to view tooltip details on state visualizations
170
-
-Double-click to collapse child components
171
-
-A reverse filter with autofill to focus on a portion of the component map
172
-
-Ability to pan and zoom on state visualizations
173
-
-A dropdown to support development of projects on multiple tabs
174
-
-A slider to move through snapshots quickly
175
-
-A play button to move through snapshots automatically
176
-
-A lock button, which stops recording each snapshot
177
-
-A persist button to keep snapshots upon refresh (handy when changing code and debugging)
178
-
-Download/upload the current snapshots in memory
179
-
-Declarative titles in the actions sidebar
180
-
-Interative Tutorial Walkthrough
181
-
-Toggle feature allowing temporary pause of state monitoring
168
+
- Identifying unnecessary re-renders
169
+
- Single-click to view tooltip details on state visualizations
170
+
- Double-click to collapse child components
171
+
- A reverse filter with autofill to focus on a portion of the component map
172
+
- Ability to pan and zoom on state visualizations
173
+
- A dropdown to support development of projects on multiple tabs
174
+
- A slider to move through snapshots quickly
175
+
- A play button to move through snapshots automatically
176
+
- A lock button, which stops recording each snapshot
177
+
- A persist button to keep snapshots upon refresh (handy when changing code and debugging)
178
+
- Download/upload the current snapshots in memory
179
+
- Declarative titles in the actions sidebar
180
+
- Interative Tutorial Walkthrough
181
+
- Toggle feature allowing temporary pause of state monitoring
182
182
183
183
### <b>Bug Fixes</b>
184
184
185
-
- Search bar now searches for specific nodes successfully
186
-
- Tab titles of chrome browser tabs not running an application in development mode are no longer affected by Reactime
187
-
- Multiple black screens fixed
188
-
- Improved UI and performance
189
-
- No longer inject scripts to non-target applications
190
-
185
+
- Search bar now searches for specific nodes successfully
186
+
- Tab titles of chrome browser tabs not running an application in development mode are no longer affected by Reactime
187
+
- Multiple black screens fixed
188
+
- Improved UI and performance
189
+
- No longer inject scripts to non-target applications
191
190
192
191
## <b>Read More</b>
193
192
194
-
-[Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)
195
-
-[React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
196
-
-[Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
197
-
-[Deep in Weeds with Reactime, Concurrent React_fiberRoot, and Browser History Caching](https://itnext.io/deep-in-the-weeds-with-reactime-concurrent-react-fiberroot-and-browser-history-caching-7ce9d7300abb)
198
-
-[Time-Traveling Through React State with Reactime 9.0](https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319)
199
-
-[What time is it? Reactime!](https://medium.com/@liuedar/what-time-is-it-reactime-fd7267b9eb89)
-[Inter-Route Time Travel with Reactime](https://medium.com/@robbytiptontol/inter-route-time-travel-with-reactime-d84cd55ec73b)
195
+
-[Time-Travel State with Reactime](https://medium.com/better-programming/time-traveling-state-with-reactime-6-0-53fdc3ae2a20)
196
+
-[React Fiber and Reactime](https://medium.com/@aquinojardim/react-fiber-reactime-4-0-f200f02e7fa8)
197
+
-[Meet Reactime - a time-traveling State Debugger for React](https://medium.com/@yujinkay/meet-reactime-a-time-traveling-state-debugger-for-react-24f0fce96802)
198
+
-[Deep in Weeds with Reactime, Concurrent React_fiberRoot, and Browser History Caching](https://itnext.io/deep-in-the-weeds-with-reactime-concurrent-react-fiberroot-and-browser-history-caching-7ce9d7300abb)
199
+
-[Time-Traveling Through React State with Reactime 9.0](https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319)
200
+
-[What time is it? Reactime!](https://medium.com/@liuedar/what-time-is-it-reactime-fd7267b9eb89)
0 commit comments