lelandrichardson / redux-pack

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

Ability to run promise after reducer #59

Open alanhamlett opened 7 years ago

alanhamlett commented 7 years ago

Would be nice to run promise only after the start reducer has finished, so the promise has updated state instead of old state.