React のフィードバック: 正しい人、邪悪な人、ショッキングな人
I like React because its syntax is JavaScript, except when you write JSX. When it comes to writing comments, React offers the syntax {/* Comment */}. To me, this syntax is a bit verbose. Let’s see how to use the regular JSX comments and other 2 better ways to comment. Before I go on, let…