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.
- Host: GitHub
- URL: https://github.com/maxzz/forms-formik
- Owner: maxzz
- Created: 2023-01-06T23:28:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T03:05:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T07:42:36.801Z (10 months ago)
- Topics: formik, react
- Language: TypeScript
- Homepage: https://maxzz.github.io/forms-formik
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
Playground for React forms with Formik library.

### 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)