How to write comments in React (JSX)?
I was recently trying to comment out some logic inside my JSX to add context about what a potentially complex logic, but realized that comments in JSX are weird. So how to write comments in React (JSX)?
You cannot use HTML comments because they are p...
wisdomgeek.hashnode.dev1 min read