Browse Source

Add context to comment syntax example

main
Alex Krolick 7 years ago
parent
commit
3dbc6355e9
  1. 5
      content/docs/faq-build.md

5
content/docs/faq-build.md

@ -17,5 +17,8 @@ No! Check out https://reactjs.org/docs/react-without-es6.html
### How can I write comments in JSX?
```jsx
{/* Comment goes here */}
<div>
{/* Comment goes here */}
Hello, {name}!
</div>
```

Loading…
Cancel
Save