-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from reactjs/master
Updated
- Loading branch information
Showing
37 changed files
with
366 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
--- | ||
id: faq-build | ||
title: Babel, JSX, and Build Steps | ||
title: Babel, JSX, và từng bước xây dựng | ||
permalink: docs/faq-build.html | ||
layout: docs | ||
category: FAQ | ||
--- | ||
|
||
### Do I need to use JSX with React? {#do-i-need-to-use-jsx-with-react} | ||
### Tôi có cần phải sử dụng JSX với React không? {#do-i-need-to-use-jsx-with-react} | ||
|
||
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more. | ||
Không! Hãy xem thử ["React không dùng JSX"](/docs/react-without-jsx.html) để hiểu thêm. | ||
|
||
### Do I need to use ES6 (+) with React? {#do-i-need-to-use-es6--with-react} | ||
### Tôi có cần phải sử dụng ES6 (+) với React? {#do-i-need-to-use-es6--with-react} | ||
|
||
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more. | ||
Không! Hãy xem thử ["React không dùng ES6"](/docs/react-without-es6.html) để hiểu thêm. | ||
|
||
### How can I write comments in JSX? {#how-can-i-write-comments-in-jsx} | ||
### Làm như nào để tôi viết comment trong JSX ? {#how-can-i-write-comments-in-jsx} | ||
|
||
```jsx | ||
<div> | ||
{/* Comment goes here */} | ||
{/* Comment ở đây */} | ||
Hello, {name}! | ||
</div> | ||
``` | ||
|
||
```jsx | ||
<div> | ||
{/* It also works | ||
for multi-line comments. */} | ||
{/* Nó cũng hoạt động | ||
cho nhiều dòng comments. */} | ||
Hello, {name}! | ||
</div> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.