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

Update usage example to reflect change in Redux 2.0.0 (compose API) #8

Closed ghengeveld closed 9 years ago

ghengeveld commented 9 years ago

See https://github.com/rackt/redux/pull/669

elgerlambert commented 9 years ago

Merged, although it'll likely be replaced soon by the Readme on the 1.0-breaking-changes branch. The release candidate has just been published, so be sure to check it out if you haven't already!

Thanks for the PR though @ghengeveld!