Dimitri KOPRIWA
Dimitri KOPRIWA
We stopped using redux-immutable. Instead, if a library provide support for **redux-immutable**, we can still plug a redux-immutable reducer into the root, **non immutable store**. I will recommend to **never...
@rahamin1 you must use the `combineReducer` from `redux` and you will have a root non immutable. @gajus ImmutableJS is a smaller community, it splitted the redux community which is bad...
What I mean is If you do use `import { combineReducers } from "redux-immutable";` to create the root store then you are doing wrong. I am suggesting to not suggest...
@gajus, the main concern is how to join the two community. I see it fairly simply. If you do have a root immutable store, then it will not happen. You...
Same here, can't remove channels. Any idea where we can fix this manually?
Hi, any tip to configure with expo SDK 36 ? It doesn't work on the web.
I think this one is unnecessary ```bash npm i react-native-web ```
Hi @RiRa12621, no I did not fixed it. People recommend to use a task scheduler like chronos. I personally use gitlab ci runner to deploy the image. If the server...
> ```diff > - links={links} > + link={links} > /> > ``` props `link` work, `links` does not!.
It is svgr that turn it into a react component.