Props in react
Props (properties) are the mechanism for passing data from parent to child components. They are read-only and flow one direction (top-down). Props can include any JavaScript value: strings, numbers, objects, functions, and even other components.