-
This is my state definition
```ts
interface IState {
// Messages generated during the agent process, only keep the result and put into the history
messages: BaseMessage[];
history: BaseMess…
-
Phoebe: Sohan wanted a way to uniquely identify a reducer run so the words3 can track failures. Currently, to identify a reducer call based on a reducer-callback, a client has to be able to backtrack …
-
Update reducer not recompute values
-
Refactor
- reducer createReducer
-
Hi Joe - You've declared rate as a root piece of data. So you should likely create a rate reducer that works with that data. If rate is tied to the course, then it should be a property underneath the …
-
-
Why is there no fetchError reducer?
-
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…
-
If a reduction is assigned to a container, we can use the immediate reducer that has better vectorization capabilities and is therefore faster.
wolfv updated
6 years ago
-
- [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…