-
Add comments to src/redux/auth/auth.sagas.js to explain the code.
-
Hey there,
Thanks for this amazing lib, and especially the recursive reducer injection :tada:
I'm using redux-sagas too, and I've created a lib for loading sagas asynchronously, it uses redux-i…
-
To implement a new design of trubudget, the proposal is to combine it with a re-write of the UI based on newer frameworks and removing technical debt. For example Redux, Sagas, etc.
As a next step…
-
We want to show how the event stream can be used to build state machines... we want to expose simple state machine api as a wrapper around the event stream.... Inspiration:
https://github.com/jakes…
-
Sagas trigger with takeLeading redux-sagas effect are not logged in reactotron. Only `takeLatest` and `takeEvery` are working
-
### Describe the bug
i have a host app and mini app and two projects also setup redux, in the mini app, I use dispatch by useDispatch from func component .tsx, and it's working, but when i use store.…
-
-
My saga is calling twice, already put take and takeLatest, but it didn't work.
The another sagas called normal.
```
export const postProductRequest = async (data) =>
await API.post('product…
-
# Me gustaría
- [x] Ser el próximo speaker
- [x] Proponer un tema
- [ ] Dar mi retroalimentación
- [ ] Convertirme en organizador
- [ ] Otro
## Descripción
Un detallado caso de uso para g…
-
### Describe the problem and steps to reproduce it:
* Create a saga
* Make the saga dispatch an action like `SET_THING`
* Make a reducer that processes `SET_THING`
* Have the reducer throw an error …