https://github.com/tdzl2003/react-for-your-own
https://github.com/tdzl2003/react-for-your-own
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdzl2003/react-for-your-own
- Owner: tdzl2003
- Created: 2017-03-26T11:50:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T14:30:41.000Z (over 8 years ago)
- Last Synced: 2025-01-18T20:06:02.657Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 自己动手写个React
## 第一期
实现ReactElement, ReactMount
实现属性和样式的更新
实现VDOM和VDOM的比对流程