itsmepetrov / redux-combine-actions

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

Use type instead of types #11

Open Jador opened 8 years ago

Jador commented 8 years ago

rackt/redux dies if an action does not have a type property (see)

I suggest using the same model for solving this as pburtchaell/redux-promise-middleware, namely the use of type suffixes (see)

jalieven commented 8 years ago

+1

jalieven commented 8 years ago

@Jador In what order are you applying your middleware?

Jador commented 8 years ago

This day in age? I have no clue. Using redux-saga for problems of this nature nowadays.