Skip to content

This repository exists as an example for reproducing a bug in Tanstack Start

Notifications You must be signed in to change notification settings

ryant26/tss_server_code_leak_repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TanStack Start - Basic React Query Example

A TanStack Start example demonstrating integration with TanStack Query (React Query).

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/start-basic-react-query start-basic-react-query

Getting Started

From your terminal:

pnpm install
pnpm dev

This starts your app in development mode, rebuilding assets on file changes.

Build

To build the app for production:

pnpm build

TanStack Query Integration

This example demonstrates how to use TanStack Query with TanStack Start for:

  • Server-side data fetching
  • Client-side caching and synchronization
  • Optimistic updates
  • Automatic refetching

About

This repository exists as an example for reproducing a bug in Tanstack Start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published