react-performance
SKILL.md
React Performance Patterns
Performance optimization guide for React and Next.js applications. Patterns
across 7 categories, prioritized by impact. Detailed examples in references/.
When to Apply
- Writing new React components or Next.js pages
- Implementing data fetching (client or server-side)
- Reviewing or refactoring for performance
- Optimizing bundle size or load times
Categories by Priority
| # | Category | Impact |
|---|---|---|
| 1 | Async / Waterfalls | CRITICAL |
| 2 | Bundle Size | CRITICAL |
| 3 | Server Components | HIGH |