Agent skill
React Performance
Component optimization
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/react-performance
SKILL.md
React Performance Skill
Memoization
- React.memo for components
- useMemo for calculations
- useCallback for handlers
Code Splitting
- React.lazy for heavy components
- Suspense for loading states
Checklist
- Memoized expensive components
- No inline functions
- Lazy loaded when appropriate
Didn't find tool you were looking for?