# React

> Use for React-specific components, hooks, rendering, state, forms, accessibility, React Server Components, or React UI tests.

- Skill: `rhenter/react` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rhenter/react`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rhenter/react/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: rhenter (https://skillmd.com/u/rhenter)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rhenter/react

---


# React

- Follow the project's existing React framework and conventions.
- Keep components focused with clear props and responsibilities.
- Keep state local unless shared coordination requires otherwise.
- Avoid effects for ordinary data derivation.
- Preserve accessibility and complete loading/error/empty states.

