摘要: 为何组件要从直接产出 html 变成产出 Virtual DOM 呢?其原因是 Virtual DOM 带来了 分层设计,它对渲染过程的抽象,使得框架可以渲染到 web(浏览器) 以外的平台,以及能够实现 SSR 等。 阅读全文
posted @ 2020-02-03 21:55 bigman-bugman 阅读(95) 评论(0) 推荐(0)
摘要: http://hcysun.me/vue-design/zh/essence-of-comp.html https://www.muyiy.cn/ https://www.cxymsg.com/ https://ustbhuangyi.github.io/vue-analysis/ http://b 阅读全文
posted @ 2020-02-03 21:36 bigman-bugman 阅读(199) 评论(0) 推荐(0)