Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate faq-build #93

Merged
merged 2 commits into from
Feb 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/docs/faq-build.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
id: faq-build
title: Babel, JSX, and Build Steps
title: BabelJSX、ビルドステップ
permalink: docs/faq-build.html
layout: docs
category: FAQ
---

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

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

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

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

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

```jsx
<div>
Expand Down