Skip to content

Commit a468e85

Browse files
docs: Fix dead link and update zh vesion link sunsetting-create-react… (#1751)
Co-authored-by: Xavi Lee <xavilee2002@outlook.com>
1 parent 93ecb65 commit a468e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -51,7 +51,7 @@ This error message will only be shown once per install.
5151
我们已在 Create React App 的 [官网](https://create-react-app.dev/) 和 GitHub [代码仓库](https://github.com/facebook/create-react-app) 添加了弃用通知。Create React App 将以维护模式继续运行,并发布了与 React 19 兼容的新版本 Create React App。
5252

5353
## 如何迁移到框架 {/*how-to-migrate-to-a-framework*/}
54-
我们推荐使用 [框架创建新的 React 应用](/learn/creating-a-react-app)。所有推荐的框架均支持客户端渲染([CSR](https://developer.mozilla.org/en-US/docs/Glossary/CSR))和单页面应用([SPA](https://developer.mozilla.org/en-US/docs/Glossary/SPA)),并可通过 CDN 或静态托管服务部署,无需服务器支持。
54+
我们推荐使用 [框架创建新的 React 应用](/learn/creating-a-react-app)。所有推荐的框架均支持客户端渲染([CSR](https://developer.mozilla.org/en-US/docs/Glossary/CSR))和单页面应用([SPA](https://developer.mozilla.org/zh-CN/docs/Glossary/SPA)),并可通过 CDN 或静态托管服务部署,无需服务器支持。
5555

5656
对于现有的应用程序,这些指南将帮助你迁移到仅客户端的单页应用(SPA):
5757

0 commit comments

Comments
 (0)