@@ -100,35 +100,47 @@ If Reactime loses its connection to the tab you're monitoring, simply click the
100
100
One of the most common issues that affects performance in React is unnecessary
101
101
render cycles. This problem can be fixed by checking your renders in the
102
102
Performance tab in Chrome DevTools under the Reactime panel.
103
+ <br >
104
+ <br >
103
105
104
106
### 🔹 Jumping
105
107
106
108
Using the actions sidebar, a user can jump to any previously recorded snapshots.
107
109
Hitting the jump button on any snapshot will allow a user to view state data at
108
110
any point in the history of the target application.
111
+ <br >
112
+ <br >
109
113
110
114
### 🔹 Gatsby
111
115
112
116
Reactime offers full support for Gatsby applications. You would be able to
113
117
identify unnecessary renders, duration of each rendering, travel-debugging
114
118
features and visual representation of the tree components.
119
+ <br >
120
+ <br >
115
121
116
122
### 🔹 Next.js
117
123
118
124
Reactime offers debugging and performance tools for Next.js apps: time-traveling
119
125
debugging, preventing unnecessary component re-renders and making your
120
126
application faster.
127
+ <br >
128
+ <br >
121
129
122
130
### 🔹 Remix
123
131
124
132
Reactime offers debugging and performance tools for Remix apps (in beta). Support still
125
133
needs to be added for multi-route time traveling. Every other feature works.
134
+ <br >
135
+ <br >
126
136
127
137
### 🔹 TypeScript Support
128
138
129
139
Reactime offers support for TypeScript applications using stateful class
130
140
components and functional components. Further testing and development is
131
141
required for custom hooks and Concurrent Mode.
142
+ <br >
143
+ <br >
132
144
133
145
### 🔹 Documentation
134
146
@@ -137,6 +149,7 @@ root level and serve the dynamically generated `/docs/index.html` file on a
137
149
browser. Doing so will provide a readable, extensible, and interactive GUI view
138
150
of the structure and interfaces of the codebase.
139
151
<br >
152
+ <br >
140
153
141
154
### <b >Additional Features</b >
142
155
0 commit comments