DEV Community

Discussion on: React: Redux and localStorage

Collapse
 
link2twenty profile image
Andrew Bone • Edited

It's a redux store. The state is stored in the store and the store is stored in local storage.

If you don't need redux I've written an article about just using storage too.