redux-state-sync icon indicating copy to clipboard operation
redux-state-sync copied to clipboard

redux persist "and" sync

Open UXDart opened this issue 3 years ago • 1 comments

hello. I can use redux-state-sync but using combineReducers from redux, to use the one from redux-immutable then I can't use persist. if I set the config with state => state.toJS() I don't have where to set the Immutable.fromJS() if I don't use withReduxStateSync.

how can I use both packages? thanks

UXDart avatar Sep 05 '21 16:09 UXDart

the problem I see is that if I log the state of the store, everything starts ok, in both tabs, but then when one tab changes the state the other tab resolvers are not immutable at some point.. any ideas? TIA

UXDart avatar Sep 05 '21 16:09 UXDart