An open API service indexing awesome lists of open source software.

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

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.