What problem does it solve? React codebases drift toward unclear component boundaries, scattered state ownership, and accessibility regressions as they grow. This Skill provides consistent implementation guidance so frontend changes follow established patterns instead of introducing ad-hoc abstractions. ## Core Features & Use Cases - Component Boundary Guidance: Keeps component responsibilities clear and data flow predictable across the UI. - State Ownership Discipline: Encourages simple state management and warns against unnecessary state libraries or abstraction-heavy hooks. - Accessibility and Rendering Awareness: Covers hydration, user-state transitions, responsive behavior, and failure states. - Use Case: When adding a new interactive feature to an existing React app, use this Skill to decide where state should live, how to structure components, and which accessibility concerns to check before shipping. ## Quick Start Review my React component changes and advise on state ownership, component boundaries, and accessibility following the react-stack guidance.