Skip to content

Commit 4859a7b

Browse files
ossan-engineerpotato4d
authored andcommitted
Translate faq-build (#93)
* Translate faq-build * Apply suggestions from code review Co-Authored-By: ossan-engineer <[email protected]>
1 parent 9dffa43 commit 4859a7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/docs/faq-build.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
id: faq-build
3-
title: Babel, JSX, and Build Steps
3+
title: BabelJSX、ビルドステップ
44
permalink: docs/faq-build.html
55
layout: docs
66
category: FAQ
77
---
88

9-
### Do I need to use JSX with React?
9+
### React では JSX を使用する必要がありますか?
1010

11-
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more.
11+
いいえ! 詳細は ["JSX なしで React を使う"](/docs/react-without-jsx.html) をご覧ください。
1212

13-
### Do I need to use ES6 (+) with React?
13+
### React では ES6(もしくはそれ以降のバージョン)を使用する必要がありますか?
1414

15-
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
15+
いいえ! 詳細は ["ES6 なしで React を使う"](/docs/react-without-es6.html) をご覧ください。
1616

17-
### How can I write comments in JSX?
17+
### JSX の中にコメントを記述するには?
1818

1919
```jsx
2020
<div>

0 commit comments

Comments
 (0)