aohua/redux-state-sync

redux persist "and" sync

Opened this issue · 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

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