Back to Router

TanStack Router - Scroll Restoration Example

examples/react/scroll-restoration/README.md

1.166.7715 B
Original Source

TanStack Router - Scroll Restoration Example

An example demonstrating scroll position restoration.

Start a new project based on this example

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

sh
npx gitpick TanStack/router/tree/main/examples/react/scroll-restoration scroll-restoration

Getting Started

Install dependencies:

sh
pnpm install

Start the development server:

sh
pnpm dev

Build

Build for production:

sh
pnpm build

About This Example

This example demonstrates:

  • Scroll position restoration
  • Browser back/forward scroll behavior
  • Custom scroll restoration logic
  • User experience optimization