Skip to content

Commit 0e0116e

Browse files
author
Maël Nison
committed
Adds a notice on the readme
1 parent db5304f commit 0e0116e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ store.dispatch([
3333

3434
## Usage w/ extra middlewares
3535

36+
> **Note:** Since this package got written, redux-saga improved and using `all([ put(...), put(...) ])` seems to properly batch the two actions into a single subscription event, making redux-batch redundant in this scenario.
37+
3638
```js
3739
import { reduxBatch } from '@manaflair/redux-batch';
3840
import { put, takeEvery } from 'redux-saga/effects';

0 commit comments

Comments
 (0)