-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Currently the library just lets to write
dispatch(x);
dispatch(y);
as
dispatch([x, y]);
But I don't see why do I need a library for that. Even Promise.all is not a reason for another library. If this middleware have sent a store update event after all the updates once, it would make sense, but (surprisingly) it doesn't. So, what is the point?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels