-
- [x] Create portfolio reducer
- [x] Create thunk to fetch Portfolio
- [x] Create thunk to fetch individual Portfolio
- [x] Create thunk to create Portfolio
- [x] Create thunk to edit Portfolio
- [x] …
-
Hi there! Great project.
I was trying to modify the template for a test, thinking it was simply interpreted as an ES6 template literal such as: `expect(state).toEqual(${'foo'});` however I get back…
-
Replicate reducer feature implemented for .NET here: https://github.com/microsoft/semantic-kernel/pull/7570
```c#
public interface IChatHistoryReducer
{
///
/// Each reducer shall override …
-
## Describe the task
We have frequently found that we want a set of x, with a command to add and remove, and a reducer to execute that. Is it worth looking at building a generic or code gen, etc. t…
-
### Is not the component because lowercase in the name
-
I don't feel like the reducer architecture is structured properly. For example, in the `watchlist.reducer` file, i believe the state is actually being mutated when some of the actions are being fired…
-
Can't seem to find it...
Basically reduce according to the difference in angle. (If more than, then remove)
-
* setup `rootReducer`
-
This is our redux reducer for our Dashboard's state. This initially should be an empty array that is populated with objects pulled from the game API.
These objects should look like:
`{ id: 123, play…
-
Code: https://github.com/Nolra/front_course_2023/tree/react-reducer
Дополнительные материалы:
https://ru.legacy.reactjs.org/docs/hooks-reference.html#usereducer
https://react.dev/reference/react…