01Provides logic for the correct use of useMemo and useCallback to avoid premature optimization
02Automates the extraction of complex stateful logic into reusable custom hooks
03Identifies and corrects hook anti-patterns like conditional calls and sync state derivation
04Validates and fixes useEffect dependency arrays to prevent stale closures
05Implements cleanup patterns for subscriptions and intervals to prevent memory leaks
060 GitHub stars