Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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等框架源码的解读

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方法)