Alex Krolick
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
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}! |
|
|
Hello, {name}! |
|
|
</div> |
|
|
</div> |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
```jsx |
|
|
|
|
|
<div> |
|
|
|
|
|
{/* It also works |
|
|
|
|
|
for multi-line comments. */} |
|
|
|
|
|
Hello, {name}! |
|
|
|
|
|
</div> |
|
|
|
|
|
``` |
|
|