Browse Source

Update faq-build.md

main
William Lim (林良) 7 years ago
committed by GitHub
parent
commit
185080ec34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/docs/faq-build.md

8
content/docs/faq-build.md

@ -22,3 +22,11 @@ No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
Hello, {name}!
</div>
```
```jsx
<div>
{/* It also works
for multi-line comments.
Hello, {name}! */}
</div>
```

Loading…
Cancel
Save