agraboso / redux-api-middleware

Redux middleware for calling an API.
MIT License
1.49k stars 195 forks source link

Accept array to exec more then one call #20

Closed LucaColonnello closed 8 years ago

LucaColonnello commented 8 years ago

Accept an array to perform more then one call, dispatch types for each call and for the queue.

LucaColonnello commented 8 years ago

Is it possible in this version or there's a way to make more then one call being notified when all are done?

barrystaes commented 8 years ago

I imagine you could add a tiny redux middleware that