What problem does it solve? React 19 introduced breaking changes and new APIs (use(), useOptimistic, useActionState, Activity, React Compiler) that make older patterns like forwardRef, Context.Provider, and useEffect-based data fetching outdated. This Skill provides verified guidance and ready-to-use templates so you implement React 19.2 correctly the first time. ## Core Features & Use Cases - New Hooks Coverage: Detailed references for use(), useOptimistic, useActionState, useFormStatus, and useEffectEvent, plus all classic hooks (useState, useEffect, useRef, useMemo, and more). - Migration Guidance: React 18 to 19 breaking changes including ref-as-prop, Context as provider, and deprecated API replacements with a phased checklist. - Code Templates: Copy-ready implementations for action forms, optimistic updates, Activity-based tabs, custom hooks, Suspense patterns, virtualization, and lazy loading. - Use Case: When building a form in React 19, use the action-form template with useActionState and useFormStatus to get error handling and pending states without manual state management. ## Quick Start Ask the agent to implement a React 19 form using useActionState with validation and a pending submit button.