-
-
Save shayc/41ff81e53a104dec70a05a011edf33e4 to your computer and use it in GitHub Desktop.
Revisions
-
shayc created this gist
Dec 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ Fluent UI uses CSS-in-JS - We should opt for that as well. Formik vs react-hook-form Formik is older, components take longer to mount, re-renders the entire form on field change. react-hook-form was written to replace Formik, better mount and rendering performance Both Formik and react-hook-form have good community adoption (above 1mil npm weekly downloads) Formik - https://www.npmjs.com/package/formik Size - 13kB GitHub stars - 28.9k GitHub issues - 542 npm weekly downloads - 1.3m Last publish 6 months ago License - Apache License 2.0 react-hook-form - https://www.npmjs.com/package/react-hook-form Size - 8.4kB GitHub stars - 24.4k GitHub issues - 0 npm weekly downloads - 1.6m Last publish 5 days ago License - MIT License