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

Still maintained? #93

Closed rekmarks closed 6 years ago

rekmarks commented 6 years ago

Hey @elgerlambert,

Are you still maintaining the redux-localstorage packages?

If so, are you entertaining PRs?

Best, Erik Marks

ptytb commented 6 years ago

It seems that new apps should use redux-persist, as it supports a motley crew of storage engines including Local Storage

rekmarks commented 6 years ago

@ptytb Good catch, I'll just move to that instead. Thanks!