What problem does it solve? React codebases often accumulate inconsistent patterns, oversized components, and premature optimizations. This Skill provides a structured reference of modern React principles so you can make consistent decisions about component design, hooks, state management, and performance. ## Core Features & Use Cases - Component Design Guidance: Rules for server, client, presentational, and container components with composition-first principles. - Hooks and State Selection: Decision tables for extracting custom hooks and choosing between useState, Context, React Query, Zustand, or Redux Toolkit. - React 19 and Performance Patterns: Coverage of useActionState, useOptimistic, compiler benefits, error boundaries, and a profile-first optimization workflow. - Use Case: When refactoring a large component with deep prop drilling, consult this Skill to decide whether to lift state, introduce Context, or split into compound components. ## Quick Start Review my React component and suggest improvements based on modern React patterns for hooks, state management, and performance.