busirocket-react-components-and-hooks
Installation
SKILL.md
React Components and Hooks
Reusable patterns for scalable React codebases.
When to Use
Use this skill when:
- Writing or refactoring
.tsxcomponents - Extracting hooks into
hooks/<area>/useXxx.ts - Removing helpers from components/hooks into
utils/ - Removing inline types into
types/