A TanStack Start example demonstrating integration with TanStack Query (React Query).
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-basic-react-query start-basic-react-queryFrom your terminal:
pnpm install
pnpm devThis starts your app in development mode, rebuilding assets on file changes.
To build the app for production:
pnpm buildThis example demonstrates how to use TanStack Query with TanStack Start for:
- Server-side data fetching
- Client-side caching and synchronization
- Optimistic updates
- Automatic refetching