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

Use hooks. Fixes #4, fixes #6 #11

Open jariz opened 4 years ago

jariz commented 4 years ago

This is a reimplementation of formik-effect with hooks. It should be fully backwards compatible (just not with react <16.8, of course).