Skip to content

Instantly share code, notes, and snippets.

@shayc
Created December 5, 2021 08:24
Show Gist options
  • Save shayc/41ff81e53a104dec70a05a011edf33e4 to your computer and use it in GitHub Desktop.
Save shayc/41ff81e53a104dec70a05a011edf33e4 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment