ReactJs Pass Data From Child to Parent Component.
----------------------------------------------
ReactJs Pass Data From Child to Parent Component.
We use props to pass data from parent to child components.
Steps for passing data from child to parent component
1)At first we define the callback method in the parent and will receive as props in the child component
2)Pass data to the method receive as props in the child component
3)Parent component callback function will receive data.