lelandrichardson / redux-pack

Sensible promise handling and middleware for redux
MIT License
1.33k stars 60 forks source link

Make action FSA-compliant #11

Closed ArnaudRinquin closed 7 years ago

ArnaudRinquin commented 7 years ago

In the original issue (#10), I suggested two options but it turns out that the first one can't be used without breaking the start step in which the original action payload is sent. Only the option 2, action.meta.promise is possible.

lelandrichardson commented 7 years ago

Closing for the reasons mentioned in #10

Thank you so much for opening up a PR though!