html comment within jsx code example
Example 1: comment jsx code
{/* comment here */}
It is a regular /* Block Comments */, but needs to be wrapped in curly braces.
Example 2: comment out html in react
how to add multiple comment in react
{/*
Multi
line
comment
*/}