reviewing-state-management

Community

Audit React state architecture for clarity.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill reviews common state management patterns in React 19, focusing on immutability, local vs context state, and reducer-based patterns.

Core Features & Use Cases

  • Immutability Checks: Ensure no direct state mutations.
  • Context Usage: Verify contexts are structured and scoped appropriately.
  • Reducer Patterns: Promote useReducer for complex state logic.

Quick Start

Review a component tree for state ownership, context boundaries, and reducer usage to minimize unnecessary renders.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: reviewing-state-management
Download link: https://github.com/djankies/claude-configs/archive/main.zip#reviewing-state-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository