What problem does it solve?
Provides a scalable, enterprise-grade blueprint for structuring React applications to support large teams and long-lived codebases, enabling consistent organization, predictable builds, and maintainable collaboration.
Core Features & Use Cases
- Feature-first architecture: Organizes code by domain/feature (e.g., users) with co-located tests, styles, and logic.
- Routing and data boundaries: Guidance for TanStack Router, React Router v7, and Next.js App Router, with clear separation between UI and data access inside each feature.
- Tooling, performance, and governance: Recommendations for TypeScript strict mode, Vite 6, TanStack Query v5, Zustand, React Compiler, Playwright, and server components to enable scalable, high-quality apps.
- Use Case: When starting a new React project across teams, apply this structure to support parallel workstreams and consistent conventions from day one.
Quick Start
Scaffold a new React project using the feature-first structure and configure TanStack Router, TanStack Query, Zustand, and server components as described.