Y
Hacker News
new
|
ask
|
show
|
jobs
by
nerdbites
2206 days ago
Looks great. Is there any convenient way to persist data?
1 comments
code_biologist
2206 days ago
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
link