manuseio de adereços em componentes funcionais ReactJs IJNTERVIEW PERGUNTAS
function StudentInfo(props){
return(
<div className="main">
<h2>{props.name}</h2>
<h4>{props.rollNumber}</h4>
</div>
)
}
Grieving Gull