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 useForm
is a hook that helps you manage methods such as create
, edit
, and clone
within the form. In this example, we constructed forms that you may use to create, edit, and clone posts using the userForm hook. You may look at the example to see how it's used.
Refer to the refine useForm hook documentation for more information. →
Run on your local
npm create refine-app@latest -- --example form-antd-use-form