formik-effect
formik-effect copied to clipboard
Is this library being actively maintained?
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?
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.