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.
- Host: GitHub
- URL: https://github.com/react-earth/react-happy-form
- Owner: react-earth
- License: mit
- Created: 2022-08-26T01:06:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:44:29.000Z (over 1 year ago)
- Last Synced: 2025-04-15T02:09:15.980Z (about 1 year ago)
- Topics: form, form-validation, forms, hooks, react, react-hooks, typescript, validation
- Language: TypeScript
- Homepage: https://react-happy-form-docs.onrender.com
- Size: 2.03 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

## 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!**