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

https://github.com/react-earth/react-happy-form

Simple, easy to use, powerful form state manage tools.
https://github.com/react-earth/react-happy-form

form form-validation forms hooks react react-hooks typescript validation

Last synced: 8 months ago
JSON representation

Simple, easy to use, powerful form state manage tools.

Awesome Lists containing this project

README

          

![title](media/repo-header.svg)


star
version
minzip
downloads
license

## Quick Features 🥳

- Use hooks to manage your form state.
- Powerful and configurable form validation.
- Built with typescript, provide type protection, code autocompletion, make your app robust.
- Quick integration third-party UI and validation packages, e.g. MUI, Chakra UI, Yup...
- less than 3kB page size.

## Competitor Comparison 🏅

| | React Happy Form | Formik | React Hook Form |
| ------------------------------------------ | ---------------- | ------ | --------------- |
| Easy to use API | ✅ | ❌ | ✅ |
| Quickly integration UI/validation packages | ✅ | ❌ | ✅ |
| Powerful and configurable validation | ✅ | ✅ | ✅ |
| Controlled component first | ✅ | ✅ | ❌ |

**Visit [Document](https://react-happy-form-docs.onrender.com) to quick start with React Happy Form!**