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

https://github.com/maxzz/forms-formik

Playground for React forms with Formik library.
https://github.com/maxzz/forms-formik

formik react

Last synced: 6 months ago
JSON representation

Playground for React forms with Formik library.

Awesome Lists containing this project

README

          

### About

Playground for React forms with Formik library.

![](src/assets/previews/2024-01-16_19-03-42.png)

### Links, refs, credits

* [Formik alternatives](https://www.youtube.com/shorts/-CK8qZMsHuw)
* [react-form](https://github.com/TanStack/form) 66% smaller
* [react-final-form](https://www.npmjs.com/package/react-final-form) 75% smaller + similar to Formik

* [Comparing Plain React, Formik and Final Form for forms](https://www.youtube.com/watch?v=pM5I2h7qjow)
* [React Hook Form - React Forms Episode II](https://www.youtube.com/watch?v=0nDGeQKLFjo)

* [Formik docs](https://formik.org/docs/overview) ([repo](https://github.com/jaredpalmer/formik), [source in web vscode](https://github.dev/jaredpalmer/formik/blob/master/packages/formik/src/Formik.tsx))
* [Formik with Yup](https://youtu.be/7Ophfq0lEAY?t=377) ([repo](https://github.com/nikitapryymak/formik-tutorial/tree/finished-files)).
* [FieldArray](https://youtu.be/me1kY_uFe5k?t=1902) ([repo](https://github.com/bmvantunes/youtube-2021-jan-field-array-formik/blob/main/src/pages/index.tsx), [demo](https://youtube-2021-jan-field-array-formik.vercel.app/)).
* [formik-mui](https://stackworx.github.io/formik-mui)