Validation
摘要
In the last chapter, I made two forms using React Hook Form, a BMI calculator and a Signup form. During this process, you learned how to integrate state with input fields, how to add basic validations, how to add custom features like disabling the submit button when the form is submitting, and finally how to integrate controlled components with React Hook Form.