diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72fe..7e94dbf4b4 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 {#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 `