File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,12 @@ Reactime offers debugging and performance tools for Next.js apps: time-traveling
251
251
debugging, preventing unnecessary components re-renders and making your
252
252
application faster.
253
253
254
+ ### 🔹 Remix
255
+
256
+ Reactime offers debugging and performance tools for Remix apps (in beta). Support still
257
+ needs to be added for multi-route time traveling. Every other feature works.
258
+
259
+
254
260
### 🔹 TypeScript Support
255
261
256
262
Reactime offers support for TypeScript applications using stateful class
@@ -282,19 +288,14 @@ of the structure and interfaces of the codebase.
282
288
- Declarative titles in the actions sidebar
283
289
- Interative Tutorial Walkthrough
284
290
- Toggle feature allowing temporary pause of state monitoring
285
- - Updated frontend diagram:
286
291
287
- <p align =" center " >
288
- <img src =" ./assets/frontend-diagram.png " />
289
292
290
293
### <b >Bug Fixes</b >
291
-
292
294
- Search bar now searches for specific nodes successfully
293
295
- Tab titles of chrome browser tabs not running an application in development
294
296
mode are no longer affected by Reactime
295
- - Multiple black screens fixed
297
+ - Overhauled Asynchronous calls to eliminate memory leaks due to unused async activities in the background.
296
298
- Improved UI and performance
297
- - No longer inject scripts to non-target applications
298
299
299
300
## <b >Read More</b >
300
301
- [ Reactime 18.0. Better than ever] ( https://medium.com/@zdf2424/reactime-18-0-better-than-ever-148b81606257 )
You can’t perform that action at this time.
0 commit comments