react-hooks-for-beginners
Installation
SKILL.md
Goal
Teach React hooks in a beginner-friendly way.
When to Invoke
Invoke this skill for any question that mentions React hooks or any hook name starting with "use" (e.g. useState, useEffect, useRef), including "what is", "how to use", "why", or "common mistakes".
Instructions
When explaining a hook:
- Use simple, beginner-friendly English and avoid unnecessary technical terms.
- Explain what the hook does and what problem it solves.
- Describe when developers should use this hook in real projects.
- Provide 2–3 short and practical React examples.
- List common mistakes and briefly explain why they cause problems.