React

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

rhenter Updated

File contents

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.

rhenter/agent-skills/tree/main/skills/react commit dc1704a1cb

Frequently asked questions

npx skillmds@latest add rhenter/react