Skip to content

Commit 7b3df63

Browse files
committed
changeset
1 parent 0f45836 commit 7b3df63

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.changeset/mean-facts-swim.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,24 @@
22
"react-router-devtools": major
33
---
44

5-
migrated to TanStack Devtools
5+
Migration to TanStack Devtools is here! 🎉
6+
7+
You can now leverage the powerful features of TanStack Devtools within React Router Devtools, enhancing your debugging and development experience.
8+
9+
You can easily create your own devtool plugins, inspect application state, and trace network requests with improved visibility.
10+
11+
### Key Changes:
12+
- **TanStack Integration**: Seamless integration with TanStack Devtools for advanced debugging capabilities
13+
- **Enhanced UI**: New panels and tabs for better state and network inspection
14+
- **Improved Performance**: Optimized for faster load times and reduced overhead
15+
- **Middleware Support**: Ability to log middleware events and actions for deeper insights and also see them on the network tab
16+
- **Extended Configuration**: New configuration options to customize TanStack Devtools behavior alongside React Router
17+
18+
### Migration Steps:
19+
1. Update your configuration to include TanStack-specific options.
20+
2. Review and adjust any custom plugins to ensure compatibility with the new TanStack integration.
21+
3. Test your application to verify that all devtools features are functioning as expected.
22+
23+
### Features that have been removed:
24+
- The route creation via devtools UI has been removed.
25+
- Server info on the active page tab has been removed.

0 commit comments

Comments
 (0)