What problem does it solve? Building modern React applications requires consistent decisions about component architecture, styling, state management, performance, and accessibility, and this Skill provides a single reference of proven patterns so you avoid reinventing solutions or making common mistakes. ## Core Features & Use Cases - React 18+ Patterns: Functional components, Suspense for data fetching, error boundaries, custom hooks, and code splitting with lazy loading. - Tailwind CSS & Shadcn/ui: Utility-first styling, responsive grids, dark mode, the cn() class-merging helper, and ready-to-use Shadcn/ui component examples like Button, Card, and Dialog. - Forms, State & Performance: React Hook Form with Zod validation, Context-based shared state, memoization with useMemo/useCallback, and virtual scrolling for large lists. - Use Case: When building a new dashboard page, apply the recommended file structure, typed component props, accessible dialog patterns, and a validated form without researching each pattern separately. ## Quick Start Ask the assistant to build a React component using Tailwind CSS and Shadcn/ui following these frontend development guidelines.