react
SKILL.md
React Best Practices
Production-grade React development with feature-based architecture, type-safe state management, and performance optimization.
Core Principles
- Easy to get started with - Clear patterns that new team members can follow
- Simple to understand and maintain - Readable code with obvious intent
- Clean boundaries - Clear separation between features and layers
- Early issue detection - Catch problems at build time, not runtime
- Consistency - Same patterns throughout the codebase