close
Skip to content

Latest commit

 

History

History

README.md

TanStack Router - DevTools Panel Example

An example demonstrating the TanStack Router DevTools panel.

Start a new project based on this example

To start a new project based on this example, run:

npx gitpick TanStack/router/tree/main/examples/react/basic-devtools-panel basic-devtools-panel

Getting Started

Install dependencies:

pnpm install

Start the development server:

pnpm dev

Build

Build for production:

pnpm build

About This Example

This example demonstrates:

  • TanStack Router DevTools integration
  • DevTools panel configuration
  • Route debugging
  • State inspection