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

Modified the 'usage' of the README #43

Closed vnctaing closed 8 years ago

vnctaing commented 8 years ago

I think the usage of enhancer on the docs are not longer the API the recommended in the Redux docs so I modified the README.

Source : https://github.com/reactjs/redux/pull/1294

olegdeezus commented 8 years ago

Your solution bring middlewares to work again. Thank you!

elgerlambert commented 8 years ago

Merged, thanks!