Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 468 Bytes

vue.js 设计与实现个人笔记

目前实现

  1. 副作用依赖收集实现(包含调度器等功能) effect
  2. 计算属性 computed
  3. 监听 watch
  4. 代理 proxy
  5. Map和Set类型的代理实现proxyMapSet
  6. 代码的测试 test
  7. reactive,shallowReactive,readonly实现 reactive