Elegant form management primitives
for the react hooks era.
Working with forms on react can be a really repetitive task. Most of the existing abstractions provides a render props API and it is just not cool on the react hooks era.
Also, some of those packages do not provide out of the box support for both web and mobile platforms.
Formal is a cross-platform solution that exposes just the right primitives you need to manage your forms state and validations with ease.
- Usage
- Included packages
- API Reference
- Examples and recipes
- Articles / blog posts
- Contributors
- Contributing
- Other solutions
- License
The usage of this package depends if you are using react web or react native.
For usage with React Web, refer to @kevinwolf/formal-web README.
For usage with React Native, refer to @kevinwolf/formal-native README.
Name | Description |
---|---|
@kevinwolf/formal | π Elegant form management primitives for the react hooks era. |
@kevinwolf/formal-web | π» Web extension for @kevinwolf/formal. |
@kevinwolf/formal-native | π± Native extension for @kevinwolf/formal. |
For api reference, read this doc.
For more examples and specific recipes, visit the online storybook.
π‘ If you have written any blog post or article about Formal, please open a PR to add it here.
- Featured on React Status #133.
- Featured on JavaScript Weekly #431.
Kevin Wolf π π» |
Kent C. Dodds π€ |
Emerson Laurentino π |
Patrick Emmanuel |
Adam Boro π |
Hilke Heremans π π» |
Gabo Esquivel π |
If you have any question, suggestion or recommendation, please open an issue about it.
If you decided you want to introduce something to the project, please read contribution guidelines first.
This is heavily inspired on formik, which currently does not support react hooks. If you are aware or maintain a similar solution, please let me know.