We use props to pass value to our components. It is like passing arguments to a function. Inside a react component, props are read-only and its data type is an object.
As props is an object in this video we learn how to use ES6 object destructuring for props inside react components.