What problem does it solve? Building React applications with type-safe navigation, validated search parameters, and route-level data loading is error-prone when done manually. This Skill provides complete guidance for implementing TanStack Router so routes, params, loaders, and redirects stay fully typed and consistent. ## Core Features & Use Cases - File-Based Routing: Generate route trees automatically from file conventions including dynamic params, pathless layouts, and splat routes. - Data Loading & Search Params: Configure route loaders, loaderDeps, deferred streaming with Await, and Zod-validated search parameters. - Navigation & Guards: Implement typed Link components, programmatic navigation, authentication guards via beforeLoad, redirects, and navigation blocking. - Use Case: You are building a dashboard with protected pages and paginated tables. Use this Skill to set up an _authenticated pathless layout, validate page/filter search params with Zod, and preload data on link hover. ## Quick Start Ask the AI to set up TanStack Router file-based routing in your Vite React project with a root layout, an index route, and a dynamic post detail route with a loader.