jaredpalmer / formik-persist

💾 Persist and rehydrate a Formik form to localStorage
MIT License
376 stars 56 forks source link

[question] Would it work with redux-persist? #9

Open cpBurn opened 6 years ago

cpBurn commented 6 years ago

We have a need to save the state of the form in case user leaves the page with form half completed. At moment we're planning to use Redux Form but I would like to try Formik (because, why not?), and we're using redux-persist to save our app state in localForage.

Anyone with experience mixing redux-persist with formik-persist? Does it even make sense?