What problem does it solve?
It helps you avoid React ecosystem confusion by giving modern, opinionated guidance for selecting the right framework, build tool, routing, and state/data libraries in 2025–2026 projects.
Core Features & Use Cases
- Stack selection for new projects: Decide between a full framework (Next.js/Remix) versus a lean setup (Vite + router + data/state libraries).
- Routing and data-fetching recommendations: Choose React Router or TanStack Router, and use TanStack Query for server state with Zustand/Redux for global state.
- Modern React 19/2025+ practices: Apply React 19 APIs (ref as prop, use(), Actions, useOptimistic) and understand performance and tooling shifts (e.g., Vite-first, CRA deprecated).
- AI-assisted development guidance: Use AI effectively (“vibe coding”) while validating generated code and configuring tools safely.
Quick Start
Use the react-2026 skill to recommend a modern React 19 stack for a TypeScript SPA dashboard with type-safe routing and server-state caching.