markdalgleish/redial

How I can do sequential requests? I mean nested requests

victortomilin opened this issue · 4 comments

Hi!

For example: I have made a one request and if request successfully done I should send additional request and when this request will be finished then SSR should work. How I can do that?

Thx.

Promise chains within a thunk action?

try async waterfall

@idangozlan Thx u very much! async/await work for me in this case