Skip to content

Commit 176af6e

Browse files
Update src/content/blog/2025/02/14/sunsetting-create-react-app.md
1 parent 8fee33a commit 176af6e

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
@@ -280,7 +280,7 @@ const router = createBrowserRouter([
280280

281281
#### 服务器端渲染是可选的 {/*server-rendering-is-optional*/}
282282

283-
我们推荐的框架都提供了创建 [客户端渲染(CSR)](https://developer.mozilla.org/en-US/docs/Glossary/CSR) 应用的选项。
283+
我们推荐的框架都提供了创建 [客户端渲染(CSR)](https://developer.mozilla.org/zh-CN/docs/Glossary/CSR) 应用的选项。
284284

285285
在某些情况下,客户端渲染(CSR)对于某个页面来说是正确的选择,但很多时候并非如此。即使你的应用大部分采用客户端渲染,通常也会有一些单独的页面能够从服务器端渲染特性中获益,比如 [静态网站生成(SSG)](https://developer.mozilla.org/zh-CN/docs/Glossary/SSG)[服务器端渲染(SSR)](https://developer.mozilla.org/zh-CN/docs/Glossary/SSR),例如服务条款页面或文档页面。
286286

0 commit comments

Comments
 (0)