We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dffa43 commit 4859a7bCopy full SHA for 4859a7b
content/docs/faq-build.md
@@ -1,20 +1,20 @@
1
---
2
id: faq-build
3
-title: Babel, JSX, and Build Steps
+title: Babel、JSX、ビルドステップ
4
permalink: docs/faq-build.html
5
layout: docs
6
category: FAQ
7
8
9
-### Do I need to use JSX with React?
+### React では JSX を使用する必要がありますか?
10
11
-No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more.
+いいえ! 詳細は ["JSX なしで React を使う"](/docs/react-without-jsx.html) をご覧ください。
12
13
-### Do I need to use ES6 (+) with React?
+### React では ES6(もしくはそれ以降のバージョン)を使用する必要がありますか?
14
15
-No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
+いいえ! 詳細は ["ES6 なしで React を使う"](/docs/react-without-es6.html) をご覧ください。
16
17
-### How can I write comments in JSX?
+### JSX の中にコメントを記述するには?
18
19
```jsx
20
<div>
0 commit comments