-
In the newest OpenCilk version (2.0) the header `cilk/reducer_opadd.h` does not exist which causes the build to fail. As far as I know opencilk.org does not distribute opencilk version 1.0 unfortunate…
-
- [x] Install and initialize **Redux** with **Redux Thunk**, **Logger** middleware
- you should install `redux`, `react-redux` and `redux-thunk`, `logger` middleware libraries
- create and pr…
-
### Description
So I have this bad habit of of pressing enter too many times, mostly because when I am talking about a topic things don't come all to my head instantly, they come in bits and piec…
-
Reducers model append and prepend operations on Monoidal containers.
[Described on slide 9 of this talk by Kmett](http://comonad.com/reader/wp-content/uploads/2009/08/IntroductionToMonoids.pdf)
See …
-
While you have the reducer property, we have to list ALL parts of the state that we want to persist. In my situation of a complex store with many modules & I only need to stop 2-3 pieces of state data…
-
Is there an ability to support combined Reducers? I have looked over the code and can't see this.
It would be a great feature!
-
In a larger app where we have lots of reducers and dispatched actions, does it make sense to try and avoid type checking within each reducer?
For example, the following is 1 reducer in the TodoMvc ex…
dinoc updated
6 years ago
-
In v3, there may be a new reducer that stores request information separately from any resource. **The request info on resources is not going away.** It will just be duplicated for now.
This issue i…
-
When rendering an app using ``, calling a reducer's `dispatch` function in an Effect appears to have different observable behaviors depending on whether the Effect is mounting or updating.
React ve…
-
- [ ] Depends on #714
Define a new reducer `toggleSubtree` and write unit tests.
```js
toggleSubtree(state: State, context: Context, subtree: string, { matchChild: boolean } = {}): State
```
…