From 591c89ce005d4a98670e232b0cdca86fb82810f2 Mon Sep 17 00:00:00 2001 From: WangYeah Date: Tue, 4 Mar 2025 20:22:29 +0800 Subject: [PATCH 1/2] docs: blog --- src/content/blog/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/index.md b/src/content/blog/index.md index 1cfadc0b5a..d48a9ee09a 100644 --- a/src/content/blog/index.md +++ b/src/content/blog/index.md @@ -11,9 +11,9 @@ title: React Blog
- + -Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework, or to migrate to a build tool like Vite, Parcel, or RSBuild. We’re also providing docs for when a framework isn’t a good fit for your project, you want to build your own framework, or you just want to learn how React works by building a React app from scratch ... +今日起,我们将正式弃用 Create React App 作为新应用的推荐工具,并建议现有应用迁移至框架,或迁移至构建工具(如 Vite、Parcel 或 RSBuild)。我们还提供了相关文档,适用于你的项目不适合使用框架的情况、你想要构建自己的框架,或者你只是想通过从零开始构建一个 React 应用 来了解 React 的工作原理 ... From 399b4e553a8341db1add37e6413fd52e18d2f6e5 Mon Sep 17 00:00:00 2001 From: Wangye Date: Wed, 5 Mar 2025 11:46:48 +0800 Subject: [PATCH 2/2] Update src/content/blog/index.md Co-authored-by: Xleine --- src/content/blog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/index.md b/src/content/blog/index.md index d48a9ee09a..5b4d652eeb 100644 --- a/src/content/blog/index.md +++ b/src/content/blog/index.md @@ -13,7 +13,7 @@ title: React Blog -今日起,我们将正式弃用 Create React App 作为新应用的推荐工具,并建议现有应用迁移至框架,或迁移至构建工具(如 Vite、Parcel 或 RSBuild)。我们还提供了相关文档,适用于你的项目不适合使用框架的情况、你想要构建自己的框架,或者你只是想通过从零开始构建一个 React 应用 来了解 React 的工作原理 ... +今日起,我们将正式弃用 Create React App 作为新应用的推荐工具,并建议现有应用迁移至框架或构建工具(如 Vite、Parcel 和 RSBuild)。我们还提供了相关文档用于这些情况:你的项目不适合使用框架、你想要构建自己的框架,或者只是想通过从零开始构建一个 React 应用来了解 React 的工作原理等等……