An example demonstrating view transitions for smooth page transitions.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/view-transitions view-transitionsInstall dependencies:
pnpm installStart the development server:
pnpm devBuild for production:
pnpm buildThis example demonstrates:
- View Transitions API integration
- Smooth page transitions
- Animated route changes
- Enhanced user experience