react-useeffect
Installation
SKILL.md
React useEffect
Overview
useEffect is an escape hatch — it synchronizes a component with an external system. If there's no external system involved, you probably don't need an effect.
"Code that runs because a component was displayed should be in Effects. The rest should be in events." — React docs