react-hook-form
Installation
SKILL.md
React Hook Form
Goal
Use React Hook Form's uncontrolled-first model.
Prefer native inputs with register.
Use Controller only when a component cannot expose normal input props.
Use React Hook Form's uncontrolled-first model.
Prefer native inputs with register.
Use Controller only when a component cannot expose normal input props.