From 52762c96c39177afccb7cec0c91627d84af19937 Mon Sep 17 00:00:00 2001 From: kik4 Date: Fri, 1 Feb 2019 21:57:29 +0900 Subject: [PATCH 01/13] translate docs/create-a-new-react-app --- content/docs/create-a-new-react-app.md | 82 +++++++++++++------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index 4d692f76f..7cc9281f0 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -1,6 +1,6 @@ --- id: create-a-new-react-app -title: Create a New React App +title: 新しい React アプリを作る permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -8,38 +8,38 @@ prev: add-react-to-a-website.html next: cdn-links.html --- -Use an integrated toolchain for the best user and developer experience. +もっとも良いユーザ・開発体験を得るために統合されたツールチェインを使いましょう。 -This page describes a few popular React toolchains which help with tasks like: +このページではいくつかの人気のある React ツールチェインを説明します。これは次のようなタスクに役立ちます: -* Scaling to many files and components. -* Using third-party libraries from npm. -* Detecting common mistakes early. -* Live-editing CSS and JS in development. -* Optimizing the output for production. +* 大量のファイルとコンポーネントにスケールする +* npm を通してサードパーティライブラリを利用する +* よくある間違いを早期に発見する +* 開発環境で CSS と JS をライブ編集する +* 本番用の出力を最適化する -The toolchains recommended on this page **don't require configuration to get started**. +このページで推奨されているツールチェインは**始めるに当たって必ずしも必要な設定ではありません**。 -## You Might Not Need a Toolchain +## ツールチェインが必要ない場合 -If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `