From 4e6c258c29e56c8c6dec05e4df0cb45cb2efad92 Mon Sep 17 00:00:00 2001 From: ossan-engineer Date: Thu, 7 Feb 2019 01:25:45 +0900 Subject: [PATCH 1/2] Translate faq-build --- content/docs/faq-build.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index 79e8f5c2e..0cc14aec1 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -1,20 +1,20 @@ --- id: faq-build -title: Babel, JSX, and Build Steps +title: Babel、JSX およびビルドステップ 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
From 82289a9ee63368620083d06803721582c7747542 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Thu, 7 Feb 2019 15:32:36 +0900 Subject: [PATCH 2/2] Apply suggestions from code review Co-Authored-By: ossan-engineer --- content/docs/faq-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index 0cc14aec1..6d4dc28f6 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -1,6 +1,6 @@ --- id: faq-build -title: Babel、JSX およびビルドステップ +title: Babel、JSX、ビルドステップ permalink: docs/faq-build.html layout: docs category: FAQ @@ -8,11 +8,11 @@ category: FAQ ### React では JSX を使用する必要がありますか? -いいえ!詳細は ["JSX なしで React を使う"](/docs/react-without-jsx.html) をご覧ください。 +いいえ! 詳細は ["JSX なしで React を使う"](/docs/react-without-jsx.html) をご覧ください。 ### React では ES6(もしくはそれ以降のバージョン)を使用する必要がありますか? -いいえ!詳細は ["ES6 なしで React を使う"](/docs/react-without-es6.html) をご覧ください。 +いいえ! 詳細は ["ES6 なしで React を使う"](/docs/react-without-es6.html) をご覧ください。 ### JSX の中にコメントを記述するには?