React Hook Form
Github repo: https://github.com/concrete-form/react-hook-form
About
React Hook Form is an awesome performance-centric library. React Hook Form prefers uncontrolled fields in order to optimize performance. This library exposes a series of custom hooks developed on a subscription based system in order to limit the renders as much as possible.
If you're still wondering which Form library to use on your project, we recommend React Hook Form.
Install
yarn add @concrete-form/react-hook-form
# or with NPM :
npm install @concrete-form/react-hook-form
Not sure which version to install ? check this
Requirements
- React Hook Form ; V7+