API Reference
Advanced Tutorials
Comparison
FAQ
Contributing
Testing
Migration Guide
Licence
This is documentation for Refine 3.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (4.xx.xx).
Version: 3.xx.xx
useForm
refine allows you to use all the features of React Hook Form library with @pankod/refine-react-hook-form
adapter. Using this package, you can create your own headless forms and use all the features provided by React Hook Form in your refine project in a compatible way. For more information, you can view the live example or review the source code.
Refer to the useForm documentation for more information. →
Run on your local
npm create refine-app@latest -- --example form-react-hook-form-use-form