react-best-practices - React Performance Optimization Best Practices for Cloud UI
Client-side React performance optimization patterns with 29 rules organized by category and impact.
Tags
Updated: 2026-02-18Typical Inputs
Typical Outputs
What this skill does
- Check barrel imports
- Suggest code splitting
- Validate memo usage
- Check hook dependencies
- Recommend preload strategies
- Detect conditional renders
- Review SVG optimization
- Audit async loading
- Verify event cleanup
- Validate passive listeners
Inputs
- React source code
- Build configuration
- Performance metrics
Outputs
- Optimization recommendations
- Rule compliance report
Requirements
- React 16.8+
- Access to source code
