diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index 4d692f76f..6aaf4cb73 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 `