Documentation
README
React Best Practices
Comprehensive performance optimization guide for React applications. Contains 47 rules across 7 categories, prioritized by impact to guide automated refactoring and code generation. Next.js-specific rules have been removed for this project (Electron + Vite + React 19). Originally from vercel-labs/agent-skills (MIT).
When to Apply
Reference these guidelines when:
- Writing new React components
- Implementing data fetching (client-side)
- Reviewing code for performance issues
- Refactoring existing React code
- Optimizing bundle size or load times
This is the opening of the README. Read the full README on GitHub.