An example demonstrating the TanStack Router DevTools panel.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/basic-devtools-panel basic-devtools-panelInstall dependencies:
pnpm installStart the development server:
pnpm devBuild for production:
pnpm buildThis example demonstrates:
- TanStack Router DevTools integration
- DevTools panel configuration
- Route debugging
- State inspection