react-refactor

Originally frompproenca/dot-skills
Installation
SKILL.md

React Refactor Best Practices

40 rules across 7 categories for React refactoring, prioritized by impact from critical (component and state architecture) to incremental (refactoring safety).

When to Apply

  • Refactoring existing React codebases or planning large-scale restructuring
  • Reviewing PRs for architectural issues and code smells
  • Decomposing oversized components into focused units
  • Extracting reusable hooks from component logic
  • Improving testability of React code
  • Reducing coupling between feature modules

Rule Categories

Installs
64
GitHub Stars
32
First Seen
Apr 22, 2026
react-refactor — shipshitdev/skills