Tag: react-hook-form
skill
★ 1,357
React Form Writing and Validation Best Practices
This skill guides the creation and refactoring of complex React forms using react-hook-form, enforcing best practices like Zod validation, controlled component handling via useController, and managing state updates using field.onChange vers…
skill
★ 10,706
Full-stack workflow for data fetching and mutations
This pattern guides developers through building robust features by combining GET API routes for data retrieval, Server Actions for secure mutations, SWR for client-side caching, and React Hook Form with Zod for validation. It provides a str…