-
I use [redux-immutable](https://github.com/gajus/redux-immutable) to combine my reducers and since ExNavigationReducer has a plain object as the initial state it shows an undefined object error.
Is…
-
In order to use this in a project that uses redux-immutable some functionality would have to be overridden.
I haven't looked that deeply into it yet. But browsing the code in the v4 branch I think…
-
Hi, nice lib, but is there a chance that it will work with redux-immutable in the nearest future?
With immutable we have the state as immutable Map, so we can't get props like state[key], and have to…
-
Hi there,
I made an application with expo (react-native) that uses redux with immutable, but I can't make it work integrating redux-offline.
Can you provide a simple example project that uses thi…
-
redux-persist-transform-immutable v4 uses [transit-js](https://github.com/cognitect/npm-transit-js), which takes up 18kb of the bundle size, gzipped and minified. It would be nice to use v5 which uses…
-
I am using ng-redux with angular 1 application and my store does not use immutable.js at this moment. I am wondering how to make the store immutable and do affect the performance with toJS calls in th…
-
Hello,
First off, great library! I'm using it for a demo project and it has greatly simplified my codebase. In my dev build, I'm also using the [leoasis/redux-immutable-state-invariant](https://…
-
Hi,
Do you have a recommended approach for frequent live updates to a large number of rows? e.g. live stock price updates for several thousand rows?
The recommended approach from Dan Abramov is …
-
### Steps to reproduce the problem
Run `yarn install --immutable`
### Expected behaviour
Yarn install should complete successfully.
### Actual behaviour
Yarn install errors.
### Detailed descrip…
-
Hey there,
I am writing a react-native app that has an object (not map) top-level state, with immutable map sub state.
My config and reducer:
`const config = {
transforms: [immutableTransfor…