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 ?
↧