/To pass data from child to parent component in React: //Pass a function as a prop to the Child component. //Call the function in the Child component and pass the data as arguments. //Access the data in the function in the Parent.