What problem does it solve?
EUCORA frontend teams face inconsistent React + TypeScript patterns across components, leading to longer development cycles, integration issues, and maintenance debt. This Skill provides a standardized set of patterns aligned with EUCORA's tech stack to improve reliability and velocity.
Core Features & Use Cases
- Contracts.ts pattern: Ensure type safety and stable API contracts.
- State management: TanStack Query for server state, Zustand for client UI state.
- UI & components: shadcn/ui + Radix UI guidelines for consistent visuals.
- Forms & validation: React Hook Form + Zod patterns.
- Styling: Tailwind CSS with semantic colors and dark mode.
- Use Case: When building a frontend domain, apply these patterns to maintain consistency and reduce boilerplate.
Quick Start
Start by locating a frontend domain, ensure a contracts.ts exists, wire API calls through ENDPOINTS, and replace any Redux usage with Zustand for UI state and TanStack Query for data fetching.