Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wscats/virtual-dom
关于Vue,React,Preact和Omi等框架源码的解读
https://github.com/wscats/virtual-dom
jsx omi preact react virtual-dom vue web-components
Last synced: 11 days ago
JSON representation
关于Vue,React,Preact和Omi等框架源码的解读
- Host: GitHub
- URL: https://github.com/wscats/virtual-dom
- Owner: Wscats
- Created: 2018-12-20T05:24:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T06:05:31.000Z (7 months ago)
- Last Synced: 2024-12-05T22:00:43.562Z (19 days ago)
- Topics: jsx, omi, preact, react, virtual-dom, vue, web-components
- Language: HTML
- Homepage:
- Size: 574 KB
- Stars: 191
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React
- [createElement()](https://github.com/Wscats/virtual-dom/tree/master/tutorial/createElement)
- [instantiate()](https://github.com/Wscats/virtual-dom/tree/master/tutorial/instantiate)
- [reconcile()](https://github.com/Wscats/virtual-dom/tree/master/tutorial/reconcile)
- [updateDomProperties()](https://github.com/Wscats/virtual-dom/tree/master/tutorial/updateDomProperties)
- [diff()](https://github.com/Wscats/virtual-dom/tree/master/omi/diff方法/diff6方法.html)# Omi
- [框架骨架结构](https://github.com/Wscats/virtual-dom/tree/master/omi/框架骨架结构)
- [h()和createElement()](https://github.com/Wscats/virtual-dom/tree/master/omi/h和createElement方法)
- [htm()](https://github.com/Wscats/virtual-dom/tree/master/omi/htm模块)
- [WeElement()和Component()](https://github.com/Wscats/virtual-dom/tree/master/omi/WeElement和Component方法)
- [window.Proxy()](https://github.com/Wscats/virtual-dom/tree/master/omi/window.Proxy方法)
- [diff()](https://github.com/Wscats/virtual-dom/tree/master/omi/diff方法)