dwyl / learn-redux

:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
GNU General Public License v2.0
446 stars 42 forks source link

Offline Storage for Redux Store? #19

Closed nelsonic closed 7 years ago

nelsonic commented 8 years ago

Which library should we use to save the Redux store locally on the device/browser for offline use.

webwelten commented 8 years ago

Hey @nelsonic , we're using https://github.com/michaelcontento/redux-storage. What have you found so far? Have you already made a decision?

I know there's also:

nelsonic commented 8 years ago

@webwelten thanks for adding those links! feel free to PR them into the main readme! :+1:

nelsonic commented 7 years ago

Useful. but this is better: https://github.com/dwyl/learn-elm/issues/36