What problem does it solve? Building modern React applications requires navigating Server Components, React 19 hooks, state management choices, and performance pitfalls, and this Skill provides structured guidance and production-grade patterns for all of them. ## Core Features & Use Cases - Component Implementation: Creates TypeScript components for React 18/19, Next.js App Router Server Components, Suspense boundaries, and useActionState forms. - State Management & Data Fetching: Implements Context, Zustand, Redux Toolkit, and TanStack Query patterns with proper typing. - Migration & Optimization: Converts class components to hooks, applies memoization, code splitting with lazy(), and virtualization for large lists. - Use Case: When migrating a legacy class-based dashboard to React 19, the Skill maps lifecycle methods to hooks, sets up Server Components for data fetching, and validates types with tsc --noEmit. ## Quick Start Ask the assistant to build a React 19 form component with useActionState and TypeScript, including a test file using React Testing Library.