formik / formik
- воскресенье, 28 июня 2020 г. в 00:22:55
TypeScript
Build forms in React, without the tears 😭
Visit https://jaredpalmer.com/formik to get started with Formik.
The below readme is the documentation for the canary
(prerelease) version of Formik. To view the documentation for the latest stable Formik version visit jaredpalmer.com/formik/docs
Let's face it, forms are really verbose in React. To make matters worse, most form helpers do wayyyy too much magic and often have a significant performance cost associated with them. Formik is a small library that helps you with the 3 most annoying parts:
By colocating all of the above in one place, Formik will keep things organized--making testing, refactoring, and reasoning about your forms a breeze.
You can play with Formik in your web browser with these live online playgrounds.
List of organizations and projects using Formik
Formik is made with <3 thanks to these wonderful people (emoji key):
Jared Palmer |
Ian White |
Andrej Badin |
Adam Howard |
Vlad Shcherbin |
Brikou CARRE |
Sam Kvale |
---|---|---|---|---|---|---|
Jon Tansey |
Tyler Martinez |
Tobias Lohse |
This project follows the all-contributors specification. Contributions of any kind welcome!