Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29447

How to handle multiple API calls in single component in React Native?

$
0
0

I have react native parent component which contain 4 child components. Each child component need the web service data from different API's. If I call the web service, the parent component render 4 times. How to handle this situation and render the particular child component when the API get the responses ?


Viewing all articles
Browse latest Browse all 29447

Trending Articles