File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : faq-build
3
- title : Babel, JSX, and Build Steps
3
+ title : Babel、 JSX、ビルドステップ
4
4
permalink : docs/faq-build.html
5
5
layout : docs
6
6
category : FAQ
7
7
---
8
8
9
- ### Do I need to use JSX with React?
9
+ ### React では JSX を使用する必要がありますか?
10
10
11
- No! Check out [ "React Without JSX "] ( /docs/react-without-jsx.html ) to learn more.
11
+ いいえ! 詳細は [ "JSX なしで React を使う "] ( /docs/react-without-jsx.html ) をご覧ください。
12
12
13
- ### Do I need to use ES6 (+) with React?
13
+ ### React では ES6(もしくはそれ以降のバージョン)を使用する必要がありますか?
14
14
15
- No! Check out [ "React Without ES6 "] ( /docs/react-without-es6.html ) to learn more.
15
+ いいえ! 詳細は [ "ES6 なしで React を使う "] ( /docs/react-without-es6.html ) をご覧ください。
16
16
17
- ### How can I write comments in JSX?
17
+ ### JSX の中にコメントを記述するには?
18
18
19
19
``` jsx
20
20
< div>
You can’t perform that action at this time.
0 commit comments