Props means properties in react js ,which is used for passing data from parents to child.
Props is just a communication channel between componets in react js. It is always moving from parents to child components,never child to parents components.
Props is one of the important concepts in react js.