Closed victortomilin closed 3 years ago
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?
@ctrlplusb yep
try async waterfall
@idangozlan Thx u very much! async/await work for me in this case
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.