itsmepetrov / redux-combine-actions

Redux middleware for combining actions
MIT License
164 stars 9 forks source link

Updated intro sentence #4

Closed mindjuice closed 9 years ago

mindjuice commented 9 years ago

Found this lib through Awesome Redux, but initially I wasn't sure exactly what it does. After looking into it some more I got it, but I think adding 'async' makes it much clearer and mentioning the parallel option in the first sentence helps.

Perhaps consider a name change too? The actions are not being "combined" and "combine" doesn't make me think of the serial/parallel aspect that is this lib's main point.

Perhaps redux-sequence-actions? redux-order-actions?

mindjuice commented 9 years ago

Also, BTW, nice little package. It definitely looks like something I could use!

itsmepetrov commented 9 years ago

Hi @mindjuice, thank you for your PR. I think it makes sense. Let's discuss in #5?