Should i search the data in child or parent component in react?
I am creating a blog app with react. I have a search results page which shows users or posts. I have a parent component named search component. UserSearch and PostSearch are the child components. I am checking the url and query type in parent component. And show the child components based on the query by … Read more