tur-nr / polymer-redux

Polymer bindings for Redux.
https://tur-nr.github.io/polymer-redux
MIT License
440 stars 67 forks source link

Persisting Redux Store on Page Refresh #116

Closed steltz closed 6 years ago

steltz commented 6 years ago

Can someone point me in the right direction to enable persisting the store on page refresh. I've looked through all the issues and found issue #31, but I'm still unsure how to implement this.

Any pointers are greatly appreciated, thank you.

tur-nr commented 6 years ago

Take a look at https://github.com/rt2zz/redux-persist

tur-nr commented 6 years ago

Not an issue with the library, implementation question.