Skip to main content
Back to registry

react-hook-form

pproenca/dot-skills

Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation.

Installs257
Install command
npx skills add https://github.com/pproenca/dot-skills --skill react-hook-form
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation. Reference these guidelines when: Read individual reference files for detailed explanations and code examples: For the complete guide with all rules expanded: AGENTS.md - Writing new forms with React Hook Form - Configuring useForm options (mode, defaultValues, validation) - Subscribing to form values with watch/useWatch - Integrating controlled UI components (MUI, shadcn, Ant Design) - Managing dynamic field arrays with useFieldArray - Reviewing forms for performance issues - formcfg-validation-mode - Use onSubmit mode for optimal performance - formcfg-revalidate-mode - Set reValidateMode to onBlur for post-submit performance - formcfg-default-values - Always provide defaultValues for form initialization - formcfg-async-default-values - Use async defaultValues for server data - formcfg-should-unregister - Enable shouldUnregister for dynamic form memory efficiency - formcfg-useeffect-dependency - Avoid useForm return object in useEffect dependencies - sub-usewatch-over-watch - Use useWatch instead of watch for isolated re-renders - sub-watch-specific-fields - Watch specific fields instead of entire form - sub-usewatch-with-getvalues - Combine useWatch with getValues for...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-hook-form do?

Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation.

Is react-hook-form good?

react-hook-form does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-hook-form work with?

react-hook-form currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to react-hook-form?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-hook-form?

npx skills add https://github.com/pproenca/dot-skills --skill react-hook-form

Related skills

More from pproenca/dot-skills

Related skills

Alternatives in Software Engineering