for formik v2.0.3
this is just a little mini react app
I smooshed together to help myself learn [email protected]'s api. Its just a simple single-serving site with 4 examples sourced from preexisting tutorials / docs / issues.
- Play with the live demo app (thanks, stackblitz + google firebase!)
- Edit on StackBlitz ⚡️
- Fork the repo on github
- then add some more demos and send over a PR! 👍🏻
- read the
formik
docs: https://jaredpalmer.com/formik/ - discuss:
- dev.to
- formik repo ~~~issue tracker #xx~~~ - not yet
-
./components/TutorialPlayground
: playing around with offical tutorial -
./components/FormikTutorialFinal.js
: official Formik Tutorial Final Result -
./components/FastFieldDIY.js
: FastField fix - demo of FastInputField rendering fields isolated from Form prop changes -
./components/DraftEditorFormik.js
: how to hook Draft.js into formik for use as a custom field
Thanks to @jaredpalmer for the snappy css boilerplate (from formik-v2 codesandbox), it's sharp! Furthermore, thank you for creating formik & documenting it well.
also "thank you" to @ersel for demonstrating how to recreate the functionality of <FastField>
in ^v2.0.3
thanks, stackblitz, for the free, snappy (ususally) browser IDE
thanks to google for the free hosting on google firebase
and thank you reader for playing around!