Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 313 Bytes

实现一个简单的react

分支master 实现jsx和虚拟Dom

分支setState 实现setState异步机制

分支ComponentLifeCycles 组件及生命周期

分支 reactDiff 实现diff算法

```
运行
cd react_source_code_practice
npm install
npm run start

```