How do I implement multiple API calls in React?
For further actions, you may consider blocking this person and/or reporting abuse
How do I implement multiple API calls in React?
For further actions, you may consider blocking this person and/or reporting abuse
Jess Lee -
Jimmy Guerrero -
Mukhil Padmanabhan -
Astra Bertelli -
Top comments (2)
So, I have found a way around it. I used the axios.all() function. Thanks.
Apparently, I got that this approach is deprecated, so I resorted to Promise.