You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ store.dispatch([
33
33
34
34
## Usage w/ extra middlewares
35
35
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.
0 commit comments