Skip to content

Commit 8fb506a

Browse files
fix
1 parent 6d61bff commit 8fb506a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/2025/02/14/sunsetting-create-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: 今天,我们正式宣布弃用 Create React App 作为新应用
2121

2222
当我们在 2016 年发布 Create React App 时,还没有一种明确的方式来构建一个新的 React 应用。
2323

24-
要创建一个 React 应用,你必须安装一堆工具,并手动将它们配置在一起,以支持 JSX、代码检查(linting)和热更新(hot reloading)等基本功能。这很难正确的完成,因此 [社区](https://github.com/react-boilerplate/react-boilerplate)[常见的](https://github.com/gaearon/react-hot-boilerplate) [设置](https://github.com/erikras/react-redux-universal-hot-example) [创建](https://github.com/kriasoft/react-starter-kit) [模板代码](https://github.com/petehunt/react-boilerplate)。然而,模板代码很难更新,而且代码碎片化的情况使得 React 难以推出新功能。
24+
要创建一个 React 应用,你必须安装一堆工具,并手动将它们配置在一起,以支持 JSX、代码检查(linting)和热更新(hot reloading)等基本功能。这很难正确的完成,因此 [社区](https://github.com/react-boilerplate/react-boilerplate)[常见的](https://github.com/gaearon/react-hot-boilerplate) [设置](https://github.com/erikras/react-redux-universal-hot-example) [创建](https://github.com/kriasoft/react-starter-kit) [模板代码](https://github.com/petehunt/react-boilerplate)。然而,模板代码很难更新,而且代码碎片化的情况使得 React 难以推出新功能。
2525

2626
Create React App 通过将多个工具整合到一个推荐的配置中,解决了这些问题。这使得应用程序能够以简单的方式升级到新的工具特性,同时也让 React 团队能够将重要的工具变更(如快速刷新支持、React Hook 的 lint 规则)部署给尽可能广泛的用户群体。
2727

0 commit comments

Comments
 (0)