-
The other day i was trying to test a saga which looks like this
> saga.js
```js
import { put, call } from 'redux-saga/effects';
function* specialSaga(action) {
const { something } = action.…
-
## The dependency [redux-saga]() was updated from `1.0.5` to `1.1.0`.
🚨 [View failing branch](https://github.com/knpwrs/redux-saga-selector-channel/compare/master...knpwrs:greenkeeper%2Fredux-saga-1…
-
Hello,
I'm facing an issue testing failing saga.
I'm able to run them successfully but errors are still bubbled up even if they are correctly catched.
Simple example below:
```js
import { ca…
-
Hello,
I'm looking for an example of how to initialize split sdk using redux saga middleware.
Any help would be appreciated
Thanks
-
After cloning and installing repo when I run `npm run` I got
```
[0002] info Server running at http://172.18.0.1:9966/ (connect)
[0002] info LiveReload running on 35729
events.js:183
t…
-
Hi jhen XD
Is it possible to add this into the devtool?
https://github.com/abettadapur/redux-saga-devtools-extension
-
## Description
I have this sign up button, which takes the form data as payload and dispatch the API, the strange thing is the action is only dispatched once but in saga the API is called twice, whic…
-
Hello,
We're using redux-saga-test-plan for testing concurrency. We find ourselves needing to rely on a few hacks (one pretty egregious) for this to work well.
1. We often need to dispatch an acti…
-
Hi guys,
We have quite large commerce app. We need to implement SSR however our whole communication is going through redux-observable.
Previous developer recommend to rewrite all epics to redux-saga…
-
See my example app:
https://github.com/richard-ejem/use-saga-reducer-test/blob/master/src/App.tsx#L12
When redux-saga is used with redux, updated state is available to `select`s immediately, howev…