redux-zero / redux-zero

A lightweight state container based on Redux

Home Page:https://matheusml1.gitbooks.io/redux-zero-docs/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

combineActions with Async actions

leonardopavanello opened this issue · comments

Hi! I have an issue using the combineActions tool with async actions.
Seems that the combineActions only accept plain object responses.
Is this correct? Is there a plan to accept Promise for the combineActions?
thanks!

Hi @leonardopavanello

First of all, what do you mean by 'plain object responses'?

The combineActions function should work just fine with async actions.

Please take a look at the unit tests to see some more usage of the function.

I'm closing this for now, but if you have more to add to this discussion, please feel free to