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
intro: 'A performance and state managment tool for React apps.',
74
+
position: 'top',
75
+
},
76
+
{
77
+
title: 'Actions',
78
+
element: '.action-container',
79
+
intro: "<ul><li>Reactime records a snapshot whenever a target application's state is changed</li></ul>",
80
+
position: 'right',
81
+
},
82
+
{
83
+
element: '.individual-action',
84
+
title: 'Snapshot',
85
+
intro: '<ul><li>Each snapshot allows the user to jump to any previously recorded state.</li> <li>It also detects the amount of renders of each component and average time of rendering</li></ul>.',
86
+
position: 'right',
87
+
},
88
+
{
89
+
title: 'Timejump',
90
+
element: '.rc-slider',
91
+
intro: '<ul><li>Use the slider to go back in time to a particular state change</li><li>Click the Play button to run through each state change automatically</li></ul>',
92
+
position: 'top',
93
+
},
94
+
{
95
+
title: 'Lock Button',
96
+
element: '.pause-button',
97
+
intro: '<ul><li>Use button to lock Reactime to the target application\'s tab in the Chrome Browser</li></ul>',
98
+
position: 'top',
99
+
},
100
+
{
101
+
title: 'Split Button',
102
+
element: '.split-button',
103
+
intro: '<ul> <li>Use button to split Reactime into two windows in order to view multiple tabs simultaneously</li> </ul>',
104
+
position: 'top',
105
+
},
106
+
{
107
+
title: 'Download Button',
108
+
element: '.export-button',
109
+
intro: '<ul><li>Use button to download a JSON file of all snapshots</li> </ul>',
110
+
position: 'top',
111
+
},
112
+
{
113
+
title: 'Upload Button',
114
+
element: '.import-button',
115
+
intro: '<ul><li>Use button to upload a previously downloaded JSON file for snapshot comparisons</li></ul>',
116
+
position: 'top',
117
+
},
118
+
{
119
+
element: '.map-tab',
120
+
title: 'Map Tab',
121
+
intro: '<ul><li>This tab visually displays a component hierarchy tree for your app</li></ul>',
122
+
position: 'bottom',
123
+
},
124
+
{
125
+
title: 'Performance Tab',
126
+
element: '.performance-tab',
127
+
intro: '<ul><li>User can save a series of state snapshots and use it to analyze changes in component, render performance between current, and previous series of snapshots.</li> <li>User can save a series of state snapshots and use it to analyze changes in component render performance between current and previous series of snapshots.</li></ul>',
128
+
position: 'bottom',
129
+
},
130
+
{
131
+
title: 'History Tab',
132
+
element: '.history-tab',
133
+
intro: '<ul><li>This tab visually displays a history of each snapshot</li></ul>',
134
+
position: 'bottom',
135
+
},
136
+
{
137
+
title: 'Web Metrics Tab',
138
+
element: '.web-metrics-tab',
139
+
intro: '<ul> <li>This tab visually displays performance metrics and allows the user to gauge efficiency of their application</li></ul>',
140
+
position: 'bottom',
141
+
},
142
+
{
143
+
title: 'Tree Tab',
144
+
element: '.tree-tab',
145
+
intro: '<ul><li>This tab visually displays a JSON Tree containing the different components and states</li></ul>',
146
+
position: 'bottom',
147
+
},
148
+
{
149
+
title: 'Tutorial Complete',
150
+
intro: 'Please visit our official Github Repo for more information <br> <a href="https://github.com/open-source-labs/reactime" target="_blank">Reactime Github</a>',
0 commit comments