Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

01 组件渲染:vnode 到真实 DOM 是如何转变的 #39

Open
MaMaFish opened this issue Nov 24, 2020 · 0 comments
Open

01 组件渲染:vnode 到真实 DOM 是如何转变的 #39

MaMaFish opened this issue Nov 24, 2020 · 0 comments

Comments

@MaMaFish
Copy link
Owner

组件是一个抽象的概念,它是对一棵 DOM 树的抽象。
一个组件想要真正的渲染生成 DOM,还需要经历“创建 vnode - 渲染 vnode - 生成 DOM” 这几个步骤。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant