View on GitHub

MVVM-compare

对于vue react san 三个框架间的的对比

框架源码读书笔记

1.vue react san框架对比 (准备把每个框架的源码仔细读过以后再回来写 ) https://github.com/centmaster/MVVM-compare/blob/master/compare-Mvvm.md

2.react更新机制https://github.com/centmaster/MVVM-compare/blob/master/react-refresh.md

3.vue2响应式原理https://github.com/centmaster/MVVM-compare/blob/master/vue2-respon.md

4.vue1.0的DocumentFragment渲染和Vue2.0虚拟dom的解析https://github.com/centmaster/MVVM-compare/blob/master/v-dom.md

5.vue-router源码分析https://github.com/centmaster/MVVM-compare/blob/master/vue-router.md

6.vue-scopecsshttps://github.com/centmaster/MVVM-compare/blob/master/vue-scopecss.md

7.Vue源码详细解析https://segmentfault.com/a/1190000008500946.

8.MVC、MVP、MVVM三种模式的理解