From 9fc1422d3dd6df7214c862732845a4b108faec65 Mon Sep 17 00:00:00 2001 From: Paul Moon Date: Fri, 1 Mar 2019 16:56:53 -0500 Subject: [PATCH 01/19] korean edit 1 --- content/docs/create-a-new-react-app.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..746bcafb9 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -1,43 +1,59 @@ --- id: create-a-new-react-app title: Create a New React App +title: 새로운 리액트 앱 만들기 permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" -prev: add-react-to-a-website.html -next: cdn-links.html +@@ -9,38 +9,55 @@ 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: +본 페이지는 밑에있는 일들을 하기위해 도움을줄수있는 몇가지 인기있는 툴체인을 소개합니다 * Scaling to many files and components. +* * Using third-party libraries from npm. +* 제 3자 npm 라이브러리 사용 * Detecting common mistakes early. +* 일반적인 초기실수를 탐지 * Live-editing CSS and JS in development. +* CSS및 JS를 개발중에 수정 * Optimizing the output for production. +* 결과물 최적화 The toolchains recommended on this page **don't require configuration to get started**. +본 페이지의 추천하는 툴체인 **시작하기위해 구성할 필요없음** ## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## 툴체인이 필요하지 않을수있다 {#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 `