Lukas Sikora
Lukas Sikora
@OneStromberg I tried to use your version of library. I ended with console error and not rendered app. Maybe my implementation is not correct. My intention is to persist selected...
@OneStromberg Let's assume that I would like to use multiple nested reducers. Authentication reducer is one of them. I want to have top store object containing substores {auth: {}, navigation:...
I tried once more to achieve immutability and store persisting from beginning step by step. I disabled immutability and persisting on top layer so instead 'persistCombineReducers' I used now 'combineReducer'...