Réponse
a props object
Colonne
Explication
Exemple : class Car extends React.Component {
render() {
return <h2>I am a {this.props.brand}!</h1>;
}
}
Question
The component receives the argument as
Thématique