React Hook Form

We decided to use React Hook Form over Formik because it has better performance and no dependencies. It is also uses less code for each form compared to Formik which can help reduce the surface area available to introduce bugs. React Hook Form also includes a form builder on their website which can decrease the time it takes to get a form into a component.

References

LIST OF Packages from File Structure