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?
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?