visit
Building forms in React might be a challenge. We have to face many tedious things like form data, validation, submission, and more 🤯.
As a React developer, there're two strategies for implementing forms, the and , each has its advantages and timing of use. The controlled components serve form state as . However, the uncontrolled components make our code more concise and performant.
React Cool Form combines these advantages and references the of as the basis for our design to help you conquer all kinds of forms 👊🏻.To use , you must use [email protected] or greater which includes hooks. This package is distributed via .
$ yarn add react-cool-form
# or
$ npm install --save react-cool-form