I have a component that lives in another component.
The child component needs to make an API call and then show the response in the child component.
If I make the API call in the child component, will the response/result still show when i place that child component on the parent component?