Form Framework Council (FFC) decided on using react-hook-form.
There were two competitors consisting of Formik and react-hook-form.
Janitor decided to formalize a quick summary explaining our choice.
Some members of the council tried both frameworks and found react-hook-form to be easier to use. This may be because of simplicity of said framework, as it is much more ligthweight than Formik.
The react-hook-form displays better performance regarding load times and amount of re-renders.
It also has slightly more stars on github with comparable amount of projects using it, it is not a significant argument.
Decide which form framework to use and add it to the project. The decision should be based on solid arguments and consulted with the team.