What problem does it solve? React developers often struggle with inconsistent component architecture, misplaced state, premature optimization, and anti-patterns that degrade maintainability. This Skill provides a structured reference of proven React patterns to make consistent design decisions. ## Core Features & Use Cases - Component Design Guidance: Rules for server, client, presentational, and container components with composition-first principles. - State Management Selection: Decision tables mapping complexity levels to useState, Context, React Query, Zustand, or Redux Toolkit. - React 19 & Performance Patterns: Coverage of useActionState, useOptimistic, compiler benefits, and a profile-first optimization workflow. - Use Case: When building a new feature, consult this Skill to decide where state should live, when to extract a custom hook, and which anti-patterns to avoid before writing code. ## Quick Start Review my React component structure and recommend the appropriate state management and composition patterns for this feature.