#formik — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #formik, aggregated by home.social.
-
Steroids Form — как создать собственный движок форм для React
Это третья статья из цикла про наш фреймворк Steroids: в ней мы рассказываем о том, как пришли к созданию собственного движка форм для React. Если вы ещё не читали предыдущие материалы, рекомендуем с ними ознакомиться:
https://habr.com/ru/companies/kozhindev/articles/948468/
#фронтенд #фронтендфреймворки #фронтендразработка #react #reactjs #вебразработка #opensource #react_hook_form #formik
-
Today I ran into an unexpected behavior using #Formik in a #react app.
Some of the fields were conditionally rendered (depending on if it was create or edit mode), and their initial values were unset, but it still set values for those "unrendered" fields.
I believe it's because of the use of a construct like `{isEdit && ( ... )}` meant the Formik field elements were still invoked, but not rendered.
Something to watch out for.
-
What a day… Ended yesterday off with trying to get form level validation working with #jsonforms, this morning I decided it’s a better use of my time to just move over to #formik instead. Took less time to rewrite than it had taken to get half the validations working, and that was a hack at best.
-
https://dev.to/ixartz/how-to-build-a-contact-form-with-formik-in-next-js-and-typescript-1173 - #React #forms stay mostly in #HTML with #Formik. Nice post https://github.com/ixartz.