I have a code in which I am making 3 to 4 API calls to different API providers
I want to execute them simultaneously and their response then has to be filtered
Hi @jaspreet-singh !
Welcome to the forum!
Maybe the Promise.all() method
would work.
In yesterday’s article, I mentioned that I recently worked on a pretty big vanilla JS app.
On some pages, we needed to wait for multiple API requests to complete before rendering content. Today, I want to show you a simple way to do that with the...
3 Likes
system
closed
April 6, 2022, 5:53pm
#3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.