react-best-practices
Installation
SKILL.md
React Best Practices
What I Do
- Optimize React component rendering and re-renders
- Implement Server Components vs Client Components correctly
- Eliminate render waterfalls and parallelize data fetching
- Reduce bundle size with code splitting and tree shaking
- Apply React 18 features (Suspense, Transitions, useOptimistic)
When to Use Me
- Building React or Next.js components
- Optimizing rendering performance
- Implementing Server Components
- Reducing bundle size
- Fixing re-render issues