A basic example demonstrating the fundamentals of TanStack Router.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/basic basicInstall dependencies:
pnpm installStart the development server:
pnpm devBuild for production:
pnpm buildThis example demonstrates:
- Basic routing setup
- Route configuration
- Navigation
- Route parameters
- TanStack Router DevTools