https://github.com/truewill/react-forms-options
Examples and comparisons of handling forms in React in different ways
https://github.com/truewill/react-forms-options
forms reactjs
Last synced: 12 months ago
JSON representation
Examples and comparisons of handling forms in React in different ways
- Host: GitHub
- URL: https://github.com/truewill/react-forms-options
- Owner: TrueWill
- License: mit
- Created: 2019-04-06T18:24:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T21:37:29.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T06:35:54.808Z (over 1 year ago)
- Topics: forms, reactjs
- Language: JavaScript
- Size: 311 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forms in React
Examples and comparisons of handling forms in React in different ways.
- Old-school class controlled component
- Controlled component using Hooks
- [Formik](https://github.com/jaredpalmer/formik) and (for validation) [Yup](https://github.com/jquense/yup)
- [redux-form](https://github.com/erikras/redux-form)
- [React Final Form](https://github.com/final-form/react-final-form)
- [Informed](https://github.com/joepuzzo/informed)
## Caution
I created this to learn about the various options, and have not been maintaining it. Several of the libraries are older versions, and there are potential security vulnerabilities in some dependencies. Use at your own risk.
If anyone is interested in taking this over and keeping the dependencies up to date, please let me know.