Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Jan 25, 2024
1 parent 2d34ca3 commit 131bfc6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

- 响应式系统
- [x] 副作用函数 effect
- [x] 依赖收集 track, 依赖更新 trigger
- [x] reactive
- [x] ref
- [x] computed
- [x] watch
- [x] computed 的实现原理
- [x] watch 的实现原理
- [x] 自动脱 ref
- 编译器
- [x] 模板解析器 parse
- [x] 模板解析 parse
- [x] 转化器 transform
- [x] 代码生成器 codegen
- [x] 编译
- [x] 代码生成 codegen
- [x] 编译 compile
- Demo
- [x] 计数器

Expand Down

0 comments on commit 131bfc6

Please sign in to comment.