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
+66-83Lines changed: 66 additions & 83 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,77 +36,42 @@
36
36
37
37
### 🔍 State Visualization
38
38
39
-
<ul>
40
-
<li>
41
-
<strong>Multiple Views</strong>: Visualize your application state through Component Graphs, JSON Trees, Performance Graphs, and Accessibility Trees
42
-
</li>
43
-
<li>
44
-
<strong>History Timeline</strong>: Track state changes over time with an intuitive history visualization
45
-
</li>
46
-
<li>
47
-
<strong>Web Metrics</strong>: Monitor critical performance metrics in real-time
48
-
</li>
49
-
<li>
50
-
<strong>Accessibility Insights</strong>: Analyze your app's accessibility tree for each state change
51
-
</li>
52
-
</ul>
39
+
-**SMultiple Views**: Visualize your application state through Component Graphs, JSON Trees, Performance Graphs, and Accessibility Trees
40
+
-**SHistory Timeline**: Track state changes over time with an intuitive history visualization
41
+
-**SWeb Metrics**: Monitor critical performance metrics in real-time
42
+
-**SAccessibility Insights**: Analyze your app's accessibility tree for each state change
53
43
<br>
54
44
55
45
<p>On the main page, there are two main selections from the dropdown panel:</p>
56
-
<ul>
57
-
<li>
58
-
<strong>Timejump</strong>: View and navigate through the snapshot history of your application's state. You can jump to any point in time to see how the state evolves across changes. You can also use the play button to replay each state change automatically.
59
-
</li>
60
-
<li>
61
-
<strong>Providers / Consumers</strong>: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
62
-
</li>
63
-
</ul>
64
-
<br>
65
46
66
-
<palign="center">
47
+
-**STimejump**: View and navigate through the snapshot history of your application's state. You can jump to any point in time to see how the state evolves across changes. You can also use the play button to replay each state change automatically.
48
+
-**SProviders / Consumers**: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
1. Install the [Reactime extension](https://chrome.google.com/webstore/detail/reactime/cgibknllccemdnfhfpmjhffpjfeidjga) from the Chrome Web Store
168
+
2. Install the required [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension if you haven't already
169
+
170
+
### Prerequisites
190
171
191
-
After installing Reactime, you can test its functionalities with your React application in development mode.
172
+
- Your React application must be running in **development mode**
173
+
- React Developer Tools extension must be installed
174
+
- Chrome browser (version 80 or higher recommended)
192
175
193
-
Please note, Reactime will <b>ONLY</b> work when your application is running in <b>development mode</b>.
0 commit comments