https://github.com/mark24code/react-vdom-diff
观察虚拟DOM导致的生命周期变化
https://github.com/mark24code/react-vdom-diff
Last synced: 11 months ago
JSON representation
观察虚拟DOM导致的生命周期变化
- Host: GitHub
- URL: https://github.com/mark24code/react-vdom-diff
- Owner: Mark24Code
- Created: 2020-11-04T03:59:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T04:40:45.000Z (about 5 years ago)
- Last Synced: 2025-01-24T01:08:22.100Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://mark24code.github.io/react-vdom-diff/
- Size: 373 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React VDom Diff Demo
打开浏览器观察虚拟DOM的生命周期
https://mark24code.github.io/react-vdom-diff/

灵感来自于 https://github.com/supnate/react-dom-diff
依赖
```json
"react": "^17.0.1",
"react-dom": "^17.0.1",
```
## build
`yarn run build`