DEV Community

Sarah Temidayo A.
Sarah Temidayo A.

Posted on

Multiple API calls.

How do I implement multiple API calls in React?

Top comments (2)

Collapse
 
dhanidayo profile image
Sarah Temidayo A.

So, I have found a way around it. I used the axios.all() function. Thanks.

Collapse
 
dhanidayo profile image
Sarah Temidayo A.

Apparently, I got that this approach is deprecated, so I resorted to Promise.