-
The example uses redux-immutable 1.3.2.
With the latest redux-immutable 3.0.8, it crashes with **Uncaught TypeError: reducer is not a function(…)** at combineReducers.js line 37.
-
I have some non-immutable object in state (like routerReducer of `react-router-redux`), when I using `redux-persist-immutable`, it will throw `state.forEach is not function` error. I think we should u…
-
https://daveceddia.com/react-redux-immutability-guide/
il y a un truc par exemple pour appliquer cette lecture, à faire :
-> Ok notre store il est immutable ça c'est bon RTK le garanti, et on met …
-
Redux is a relatively low level library and not very useful without its [ecosystem ](http://redux.js.org/docs/introduction/Ecosystem.html).
Porting redux is relatively easy. Porting its ecosystem is a…
-
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…
-
Hi,
I am using redux-persist with my entire state tree being stored as an immutable map as shown in my store.js file code below.
```
import {persistReducer, persistStore} from 'redux-persist';…
kg912 updated
4 years ago
-
Hi,
I facing some issues to use transform-immutable and transform-encrypt with redux-persist v5.
I managed to use transform-immutable alone.
But when I try to use encrypt with it I get some i…
-
Why client is restricted to mutation client.getData()-returned object? I'm working on Redux-based React app, and would like to use something like
```
client.sync = function(data) {
Object.assign(…
-
@tshaddix
Sorry it took so long to get around to this. I finally got a chance to dig a little deeper into the issue @ericnkatz and I were having here (https://github.com/tshaddix/react-chrome-redu…
-
After the state gets serialized into plain JavaScript objects on the server-side, and deserialized on the client-side, the action-reducer gets a non-default state of type Object, not Immutable Map it …