react-useeffect
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install react-useeffect --cli claudewrites the skill into.claude/skills/react-useeffect/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/react-useeffect/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
When to use it
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/react-useeffect/SKILL.md -o .claude/skills/react-useeffect/SKILL.md
Notes
Extracted from davila7/claude-code-templates, react-useeffect category.