Use with form libraries
React Hook Form
Learn how to integrate Formity with React Hook Form with an example implementation.
React Hook Form
Formity can be easily integrated with React Hook Form, combining dynamic multi-step flows with powerful form state management and validation.
To learn how this integration works, clone the following example repository:
git clone https://github.com/martiserra99/formity-docs
Make sure you run the following command to install all the dependencies.
npm install
Once everything is set up, you can run the project and explore the codebase to understand how both libraries are used together.