What problem does it solve?
This Skill removes guesswork when building React features with the TanStack ecosystem by giving you reliable patterns for data fetching, form state, and client-side routing.
Core Features & Use Cases
- TanStack Query and TanStack DB: Handle collections, live queries, optimistic updates, and persistence handlers correctly.
- TanStack Form: Build type-safe forms with validation, field components, and accessible error handling.
- TanStack Router: Create file-based routes, validate search parameters, manage loaders, and implement typed navigation.
- Use Case: Use this Skill when you need to wire together a data-driven dashboard, a validated form workflow, or a routed React application with auth, search params, and route-level error handling.
Quick Start
Ask for the appropriate TanStack pattern for your React feature and follow the matching guidance in the reference files.