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

What happens once componentWillReceiveProps is deprecated? #6

Open charlax opened 5 years ago

charlax commented 5 years ago

https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops

componentWillReceiveProps will be deprecated. What would you recommend now?