LaunchPadLab/lp-redux-api

On success, middleware should dispatch data to client reducer BEFORE dispatching internal success

davemcorwin opened this issue · 2 comments

Otherwise, a component may attempt to rerender on success, but the data is not in the reducer yet.

dpikt commented

@davemcorwin should this behavior be the same for request and failure actions as well?