Comment on Show HN: Redux with a UseState HookComments−nerdbites6yLooks great. Is there any convenient way to persist data?−code_biologist6yYep, typically you'd do it by persisting the Redux state. redux-persist is a popular library to do that to localstorage and other backends: https://github.com/rt2zz/redux-persist
Comments
Looks great. Is there any convenient way to persist data?
Yep, typically you'd do it by persisting the Redux state. redux-persist is a popular library to do that to localstorage and other backends: https://github.com/rt2zz/redux-persist