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

Decision Tree

Installs
30
First Seen
Mar 11, 2026
react-useeffect — b4r7x/agent-skills