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

https://github.com/wanglin2/vnode-demo

虚拟dom的diff demo
https://github.com/wanglin2/vnode-demo

Last synced: 4 months ago
JSON representation

虚拟dom的diff demo

Awesome Lists containing this project

README

          

# VNode-Demo
虚拟dom的diff demo

虚拟dom、h函数、patch方法及diff方法的简单实现。

详情请阅读文章:[https://juejin.cn/post/6984939221681176607](https://juejin.cn/post/6984939221681176607)

# 启动
```bash
npx http-server -e js -c-1
```