this props or props code example
Example: react props
Props is a way to transform data from one component to another.
//IN component
{this.props.numbre} // in html is 1
Props is a way to transform data from one component to another.
//IN component
{this.props.numbre} // in html is 1