Currently the library just lets to write
dispatch(x);
dispatch(y);
as
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?
Currently the library just lets to write
as
But I don't see why do I need a library for that. Even
Promise.allis 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?