web-forms-react-hook-form

Installation
SKILL.md

React Hook Form Patterns

Quick Guide: register binds native inputs and keeps them uncontrolled; Controller wraps components that hold their own value; useFieldArray drives repeatable rows and is keyed on field.id. Validation arrives either as register rules or as a schema through resolver. Re-renders are the thing to watch: useWatch and useFormState subscribe to named fields, whereas watch() and a wide formState destructure subscribe to the whole form.

Detailed Resources:

Installs
43
GitHub Stars
24
First Seen
Mar 19, 2026
web-forms-react-hook-form — agents-inc/skills