Review state management patterns for React 19 best practices. Use when reviewing component state, Context usage, or state architecture.
Reviews React 19 state management patterns for immutability, proper state location, useReducer usage, and Context patterns with `use()` API. Use when reviewing component state architecture or Context implementation.
/plugin marketplace add djankies/claude-configs/plugin install react-19@claude-configsThis skill is limited to using the following tools:
use() API in React 19 (not useContext)state.push(), state.x = y)For comprehensive state patterns, see: research/react-19-comprehensive.md.