alejandrobailo/no-use-effect

Skill: enforces strict no-direct-useEffect rule in React. Use derived state, event handlers, useMemo, key-based resets, or useMountEffect instead.

65Stars on the repository
1Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

no-use-effect

01

alejandrobailo/no-use-effect

Skill Claude CodeCodex

ALWAYS ACTIVE. Enforces a strict no-direct-useEffect rule in React and React Native code. Never write useEffect directly — use derived state, event handlers, useMemo, useSyncExternalStore, data-fetching libraries, key-based resets, or useMountEffect instead. Triggers on all React component code: writing new…

not rated 65 +1 5mo ago A 107 tokens