From be71ecfa207c7d3731a53932f964a7de18c546de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hoa=CC=80ng=20Va=CC=86n=20Ho=CC=80a?= <45493195+hoangvanhoa1701@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:07:42 +0700 Subject: [PATCH] feat: translate Create a New React App page --- content/docs/create-a-new-react-app.md | 84 +++++++++++++------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index 12afba206..eb2bafd49 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: Tạo mới một ứng dụng 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. +Sử dụng một chuỗi công cụ tích hợp để cho trải nghiệm của người dùng và nhà phát triển tốt nhất. -This page describes a few popular React toolchains which help with tasks like: +Trang này mô tả một số công cụ React phổ biến giúp thực hiện các tác vụ như sau: -* 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. +* Mở rộng quy mô cho nhiều file và component. +* Sử dụng thư viện của bên thứ ba từ npm. +* Phát hiện sớm các lỗi thường gặp +* Chỉnh sử trực tiếp CSS và JS đang được phát triển. +* Tối ưu hóa đầu ra cho sản phẩm. -The toolchains recommended on this page **don't require configuration to get started**. +Các công cụ được đề xuất trên trang này **không yêu cầu bắt buộc cấu hình để bắt đầu**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Bạn có thể không cần chuỗi công cụ này {#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 `