formik-effect icon indicating copy to clipboard operation
formik-effect copied to clipboard

Is this library being actively maintained?

Open anied opened this issue 4 years ago • 1 comments
trafficstars

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?

anied avatar Feb 15 '21 22:02 anied

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.

PatrickBauer avatar Sep 29 '22 09:09 PatrickBauer