elgerlambert / redux-localstorage

Store enhancer that syncs (a subset) of your Redux store state to localstorage.
MIT License
1.32k stars 107 forks source link

Better Documentation #87

Open camdagr8 opened 6 years ago

camdagr8 commented 6 years ago

It's really hard to understand how to use this middleware. It would be nice if you provided an example using a common react-redux setup including thunk. And maybe one using AsyncStorage.