redux-persist-crosstab
redux-persist-crosstab copied to clipboard
Keep redux browser tab state in sync
What it the benefit of implementing such functionality at the Redux-Persist level vs as Redux middleware (ie. like with [redux-state-sync](https://github.com/AOHUA/redux-state-sync))? Only one I can think of is that as it's...
Hi, I keep getting this error: ``` Failed to compile. ./node_modules/redux-persist-crosstab/index.js Module not found: Can't resolve 'redux-persist/constants' in 'node_modules\redux-persist-crosstab' ``` "redux-persist-crosstab": "^3.7.0" Minimum code to reproduce: ``` import crosstabSync from...
My company doesn't allow the use of code without a license, can you add one for this? redux-persist MIT license: https://github.com/rt2zz/redux-persist/blob/master/LICENSE
I am using both [redux-persist](https://github.com/rt2zz/redux-persist) and redux-persist-crosstab and the reducers return the Initial State of the application when action type is REHYDRATE for handling the corrupt state. ``` const reducer1...
Change the way ```redux-persist/constants``` is required
This package won't work for me, and I believe it's due to using localForage instead of localStorage which means no storage events are being fired (https://github.com/localForage/localForage/issues/244). Is there any way...
handleStorageEvent will be endless loop when the count of tab is more than two