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
<ahref="https://osawards.com/react/">🏆 Nominated for React Open Source Awards 2020</a>
6
+
<ahref="https://osawards.com/react/">🏆 Nominated for React Open Source Awards 2020</a>
9
7
<br>
10
8
</h1>
11
9
@@ -31,55 +29,93 @@
31
29
32
30
### 🔍 State Visualization
33
31
34
-
You can view your application's file structure and click on a snapshot to view
35
-
your app's state. State can be visualized in a Component Graph, JSON Tree,
36
-
Performance Graph, or the Accessibility Tree. Snapshot history can be visualized in the History tab.
37
-
The Web Metrics tab provides some useful metrics for site performance. The accessibility tab
38
-
visualizes an app's accessibility tree per state change.
39
-
Snapshots can be compared with the previous snapshot, which can be viewed in Diff mode.
40
-
41
-
<p>On the main page, there are two main selections from the dropdown panel:</p>
42
32
<ul>
43
33
<li>
44
-
<strong>Timejump Tab</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.
34
+
<strong>Multiple Views</strong>: Visualize your application state through Component Graphs, JSON Trees, Performance Graphs, and Accessibility Trees
35
+
</li>
36
+
<li>
37
+
<strong>History Timeline</strong>: Track state changes over time with an intuitive history visualization
38
+
</li>
39
+
<li>
40
+
<strong>Web Metrics</strong>: Monitor critical performance metrics in real-time
41
+
</li>
42
+
<li>
43
+
<strong>Accessibility Insights</strong>: Analyze your app's accessibility tree for each state change
45
44
</li>
46
45
</ul>
47
46
<br>
48
47
48
+
<p>On the main page, there are two main selections from the dropdown panel:</p>
49
+
<ul>
50
+
<li>
51
+
<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.
52
+
</li>
53
+
<li>
54
+
<strong>Providers / Consumers</strong>: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
<strong>Provider/Consumer Tab</strong>: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships.
68
+
<strong>State Snapshots</strong>: Capture and navigate through your application's state history
57
69
</li>
58
-
</ul>
70
+
<li>
71
+
<strong>Playback Controls</strong>: Automatically replay state changes with adjustable speed
72
+
</li>
73
+
<li>
74
+
<strong>Jump Points</strong>: Instantly navigate to any previous state
75
+
</li>
76
+
<li>
77
+
<strong>Diff Comparisons</strong>: Compare states between snapshots
0 commit comments