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

Adapter for using `chrome.storage.local` and `chrome.storage.sync` #83

Open li-dennis opened 6 years ago

li-dennis commented 6 years ago

Adapter for using chrome.storage.local and chrome.storage.sync in chrome extension environments.

Also see dennisli92/Chrome-StorageArea-Adapter