01Provides a decision tree for choosing the right React pattern for specific logic
022 GitHub stars
03Recommends efficient alternatives like useMemo, event handlers, or the key prop
04Identifies unnecessary Effects used for derived state or data transformations
05Detects and fixes common anti-patterns in state synchronization
06Ensures proper implementation of data fetching with mandatory cleanup logic