-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The actions could use a cleanup, some parts, especially the player actions look really messy. Ites also not Typescript friendly.
Maybe we could start using [`redux-observable`](https://github.com/r…
-
- [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…
-
As mentioned in #28 it would be great to have typed Redux actions and I think `src/actions/index.js` could be refactored as well. We'd like to do this in a separate PR to change everything at once.
…
-
When I try to use redux toolkit, alias is dispatched and corresponding function is also called but after that showing an error
`wrapStore.js:97 Error: Actions must be plain objects. Use custom middl…
-
## Description
The platform downtime component uses a `Map()` to (attempt to) store `serviceMap` data in Redux, but [Redux strongly warns against using `Map()` objects](https://redux.js.org/style-g…
-
Redux was adopted in Auspice many years ago. Since then, Redux has developed new features to simplify usage (e.g. Redux Toolkit, hooks API).
Steps from the [migration guide](https://redux.js.org/us…
-
https://github.com/FominSergiy/twitch_api/blob/7cf9d168621bfa87fa7295621f284a1562a60bbd/src/index.js#L137
Haha, nice trick – actually I'd do the same! xD
But we should exercise and learn how to…
-
Hi together,
I found combining `redux-actions` with [`immer`](https://github.com/mweststrate/immer) to be a very powerful combination to avoid redux boilerplate code. See the example. But I think i…