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
React router v7 transition to react-router-devtools (#151)
* Start of React router v7 transition
* fix
* temp fix for typecheck
* small fix
* Removed remix forge completely, removed all remix references, renamed package to react-router-devtools
* fix
* removed test app, moved to pre.1 release
* fix
* fix
* knip update
* Network tracking PR (#161)
* Network tracking PR
* Network tracking PR
* Catch aborted requests
* Added tests, fixed some bugs and UI issues
* fixes
* Release 2.0.0-beta.0
* Complete refactor of the server to support single fetch properly
* fix for linting issues
* small bug fix
* README update
* README update
* Removed legacy config, allow to include segments in produciton, updated docs website
* made transforms safer
* made transforms safer
* Finalised the doc page migration to react-router
* Finalised the doc page migration to react-router
* renamed test app
* necessary chanages to make deploy to fly work again
* added fly deploy workflows
* moved to validate
* Added Dockerfile reference
* Added newly introduced flag for single-repo but subfolder app deploys like docs in this case
* removed "journal" text and changed title color
* title color changed
* main title fixed
* Custom context feature
* Refactored completely the testing strategy, added 100-ish tests
* Refactored completely the testing strategy, added 100-ish tests
* Refactored completely the testing strategy, added 100-ish tests
* upgrade to react-router v7
---------
Co-authored-by: Thomas Fritz <mail@fritzthomas.com>
Co-authored-by: abrulic1 <abrulic1@etf.unsa.ba>

13
13
14
-
Remix Development Tools is an open-source package designed to enhance your development workflow when working with Remix, a full-stack JavaScript framework for building web applications. This package provides a user-friendly interface consisting of three tabs, **Active Page**, **Terminal**, **Settings**, **Errors** and **Routes**, along with a side tab called **Timeline**. With Remix Development Tools, you can efficiently monitor and manage various aspects of your Remix projects, including page information, URL parameters, server responses, loader data, routes, and more. You can
15
-
also track down hydration issues with the **Errors** tab and view your routes in a tree/list view with the **Routes** tab.
14
+
react-router-devtools is an open-source package designed to enhance your development workflow when working with React Router v7+, a full-stack JavaScript framework for building web applications. This package provides a user-friendly interface consisting of three tabs, **Active Page**, **Terminal**, **Settings**, **Errors**, **Network** and **Routes**, along with a side tab called **Timeline**. With react-router-devtools, you can efficiently monitor and manage various aspects of your React Router v7+ projects, including page information, URL parameters, server responses, loader data, routes, and more.
16
15
17
-
# Documentation
18
16
19
-
Detailed documentation can be found here:
17
+
You can also track down hydration issues with the **Errors** tab and view your routes in a tree/list view with the **Routes** tab.
20
18
21
-
https://remix-development-tools.fly.dev/
22
19
20
+
**Network** tab is a powerful tool for tracing all your network requests and see what's happening under the hood. You can see all the requests in real-time, with the ability to see if they are aborted, if they are cached, and if they are successful or not.
21
+
22
+
### Remix Development Tools
23
+
24
+
This repository used to be called remix-development-tools, but we decided to rename it to react-router-devtools to better reflect the fact that it's a package for React Router v7+ and not just for Remix.
25
+
26
+
If you're looking for the old version of this package, you can find it [here](https://github.com/forge42dev/Remix-Dev-Tools/tree/remix-development-tools).
23
27
24
-
# Deprecation warning!
28
+
And the detailed documentation can be found [here](https://remix-development-tools.fly.dev/).
25
29
26
-
Huge news! The remix-development-tools will be turning into react-router-devtools once the stable release of react-router 7 is out! As you already might've heard remix is being merged into react-router, so naturally these devtools are going to be supporting react-router users rather than remix users!
30
+
# Documentation
31
+
32
+
Detailed documentation can be found here:
33
+
34
+
https://remix-development-tools.fly.dev/
27
35
28
-
We are looking forward to expanding the scope of our users to a much broader audience and helping even more projects. When it comes to remix-development-tools all the updates will be coming out regularly until the official release of react-router v7 where this package will be rebranded with the same feature set.
If you like Remix Development Tools consider starring the repository. If you have any questions, comments, or suggestions, please feel free to reach out!
59
+
If you like react-router-devtools consider starring the repository or donating via Github sponsors. If you have any questions, comments, or suggestions, please feel free to reach out!
53
60
54
61
## License
55
62
56
-
Remix Development Tools is open-source software released under the [MIT License](https://opensource.org/licenses/MIT).
63
+
react-router-devtools is open-source software released under the [MIT License](https://opensource.org/licenses/MIT).
57
64
58
65
## Acknowledgments
59
66
60
-
Remix Development Tools was inspired by the Remix framework and aims to enhance the development experience for Remix users.
67
+
React Router Devtools was inspired by the React Router v7 and aims to enhance the development experience for React Router v7+ users.
61
68
62
-
Feel free to explore Remix Development Tools, and we hope it significantly improves your Remix development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
69
+
Feel free to explore React Router Devtools, and we hope it significantly improves your React Router development process. If you encounter any issues or have suggestions for enhancements, please don't hesitate to open an issue on our GitHub repository. Happy Remixing!
0 commit comments