Commentaire dans React
{/* A JSX comment */}
UnAngeloCheSiChiamaTheKing
{/* A JSX comment */}
how to add multiple comment in react
{/*
Multi
line
comment
*/}
render() {
return (
<div>
<!-- This doesn't work! -->
</div>
)
}