5 ms·
Looks great. Is there any convenient way to persist data?
by nerdbites 6y ago
Looks great.
Is there any convenient way to persist data?
- code_biologist 6y agoYep, 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 https://github.com/rt2zz/redux-persist