react-auditor 0.5.1

A blazing-fast Rust CLI to scan JS/TS/React code for best practices, quality, and security issues.
Documentation
1
2
3
4
5
6
7
# lazy-load-components

- **Category:** performance
- **Default severity:** warning
- **Auto-fix:** No

Heavy components should be lazy-loaded with React.lazy