What is Props in react?
Props means Properties . it's a mechanism for passing data from a parent component to a child component. Props allow you to make your React components dynamic and reusable by passing data and configuration from one component to another.