Skip to content

Commit 505cbfa

Browse files
authored
Update routing.md (#1036)
1 parent 33101b3 commit 505cbfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/scaling-up/routing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 路由 {#routing}
22

3+
34
## 客户端 vs. 服务端路由 {#client-side-vs-server-side-routing}
45

56
服务端路由指的是服务器根据用户访问的 URL 路径返回不同的响应结果。当我们在一个传统的服务端渲染的 web 应用中点击一个链接时,浏览器会从服务端获得全新的 HTML,然后重新加载整个页面。

0 commit comments

Comments
 (0)