We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33101b3 commit 505cbfaCopy full SHA for 505cbfa
src/guide/scaling-up/routing.md
@@ -1,5 +1,6 @@
1
# 路由 {#routing}
2
3
+
4
## 客户端 vs. 服务端路由 {#client-side-vs-server-side-routing}
5
6
服务端路由指的是服务器根据用户访问的 URL 路径返回不同的响应结果。当我们在一个传统的服务端渲染的 web 应用中点击一个链接时,浏览器会从服务端获得全新的 HTML,然后重新加载整个页面。
0 commit comments