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
Timon Vonk -
All-time-dev -
Alex Ricciardi -
Jeff Mitchell -
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.