Relative Content

Tag Archive for javascriptreactjsjsxcomments

How to Comment Inline in JSX within React Components?

I’m currently learning React and working with JSX. I want to add inline comments to different components within the JSX but haven’t succeeded with the usual JavaScript // comments. Here’s what my code looks like: