jaredpalmer / formik-effect

Declarative component for managing side-effects in Formik forms. 580 bytes
https://npm.im/formik-effect
MIT License
166 stars 13 forks source link

Is this library being actively maintained? #12

Open anied opened 3 years ago

anied commented 3 years ago

This library appears not to have received any updates in over three years. Is it still being maintained? Formik appears to be supporting React 16.3+ -- is that still on the roadmap for this library? Is there a more current recommendation for handling side effects when using Formik?

PatrickBauer commented 1 year ago

For other people looking for a solution for this:

Using a custom component + the https://formik.org/docs/api/useFormikContext hook should do the same. The example on the page does more or less the same as formik-effect as far as I can see.