Skip to content

Commit dfff1a3

Browse files
Add react-router-devtools to project setup
Integrates react-router-devtools to enhance development debugging and inspection of React Router states. Improves development efficiency by providing tools to visually analyze navigation changes and application state.
1 parent 02d6f81 commit dfff1a3

File tree

4 files changed

+856
-6
lines changed

4 files changed

+856
-6
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Usability
2323
- [ ] Breadcrumbs
2424
- Dev experience
25-
- [ ] Dev tools
25+
- [x] Dev tools
2626
- https://react-router-devtools.forge42.dev/
2727
- [x] Env variables evaluation
2828
- https://dane.computer/blogs/type-safe-environment-variables-in-remix

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@types/react": "^19.1.6",
5757
"@types/react-dom": "^19.1.5",
5858
"prettier": "^3.5.3",
59+
"react-router-devtools": "^5.0.6",
5960
"tailwindcss": "^4.1.8",
6061
"tw-animate-css": "^1.3.3",
6162
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)