react-auditor 0.1.6

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
# no-direct-mutation

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

Avoid direct mutation of state or props — use setState or dispatch