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 `