Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TanStack Router - Kitchen Sink React Query File-Based Example

A comprehensive file-based routing example with TanStack Query integration.

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/kitchen-sink-react-query-file-based kitchen-sink-react-query-file-based

Getting Started

Install dependencies:

pnpm install

Start the development server:

pnpm dev

Build

Build for production:

pnpm build

About This Example

This "kitchen sink" example demonstrates:

  • File-based routing with TanStack Router
  • TanStack Query integration
  • Advanced routing patterns
  • Type-safe data fetching
  • Complex data loading scenarios
  • Cache management
  • Automatic route generation