React Refactor

Architectural refactoring guide for React applications covering component architecture, state architecture, hook patterns, component decomposition, coupling and cohesion, data flow, and refactoring safety. Use when refactoring React codebases, reviewing PRs for architectural issues, decomposing oversized components, or improving module boundaries. Does NOT cover React 19 API usage (see react skill) or performance optimization (see react-optimise skill).

shipshitdev Updated

File contents

shipshitdev/v0/tree/main/skills/react-refactor commit 837ac4ba1e

Frequently asked questions

npx skillmds@latest add shipshitdev/react-refactor-3