how to comment in jsx using shortcut 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: how to comment in the react javascript
{/* A JSX comment */}