react-best-practices
Installation
SKILL.md
React Best Practices
Performance optimization guide for React and Next.js applications, encapsulating 10+ years of optimization patterns.
When to Use
- Auditing React/Next.js codebases for performance issues
- Fixing bundle size problems
- Eliminating render waterfalls
- Optimizing re-renders
- Implementing proper caching
- Reviewing React code for best practices
Audit Workflow
- Initial Scan: Run codebase analysis to identify issues
- Prioritize: Focus on CRITICAL issues first (bundle size, waterfalls)
- Fix Systematically: Address one category at a time
- Verify: Measure before/after impact