Skip to content

Commit

Permalink
add extend/18
Browse files Browse the repository at this point in the history
  • Loading branch information
deepraining committed May 30, 2019
1 parent e07349e commit 57c908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend/18.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

![](../images/953.png)

这种模式下,后端只提供接口,传统的服务器端路由(url)、模板渲染则都有 NodeJs 层接管。这样,前端开发人员可以自由的决定哪些组件需要在服务器端渲染,哪些组件可以放在客户端渲染,前后端完全解耦,但有保留了服务器端渲染的功能
这种模式下,后端只提供接口,传统的服务器端路由(url)、模板渲染则都有 NodeJs 层接管。这样,前端开发人员可以自由的决定哪些组件需要在服务器端渲染,哪些组件可以放在客户端渲染,前后端完全解耦,但又保留了服务器端渲染的功能

这种方案最成熟的是 [nuxt.js](https://github.com/nuxt/nuxt.js)

Expand Down

0 comments on commit 57c908d

Please sign in to comment.