Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Jan 31, 2024
1 parent a1035ef commit 6864168
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Vue3 响应式系统和编译器初探

## 目录
## 前言

这里实现了一个非常简陋的丐版 [mini-vue3](https://github.com/w2xi/mini-vue3)

依次实现了响应式系统,模板编译器,挂载和更新,最后再以一个 计数器 demo 收尾。

虽然还有蛮多功能没有实现,但是主体逻辑都已经走通了,代码是可以跑起来的:rocket:,我想这对我们理解 Vue3 背后的工作原理还是挺有帮助的。

## PPT 目录

- 响应式系统
- [x] 副作用函数 effect
Expand Down

0 comments on commit 6864168

Please sign in to comment.