└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # React-Source-Code 2 | React源码阅读笔记,基于 16.6.0 版本,hooks 系列基于 16.6.1 版本 3 | 4 | #### 1、[创建更新](https://github.com/lz-lee/React-Source-Code/issues/1) 5 | 6 | #### 2、[FiberRoot和RootFiber](https://github.com/lz-lee/React-Source-Code/issues/2) 7 | 8 | #### 3、[setState和batchUpdates](https://github.com/lz-lee/React-Source-Code/issues/3) 9 | 10 | #### 4、[reactScheduler异步任务调度](https://github.com/lz-lee/React-Source-Code/issues/4) 11 | 12 | #### 5、[performSyncWork和performAsyncWork](https://github.com/lz-lee/React-Source-Code/issues/5) 13 | 14 | #### 6、[renderRoot](https://github.com/lz-lee/React-Source-Code/issues/6) 15 | - [FunctionComponent 更新](https://github.com/lz-lee/React-Source-Code/issues/7) 16 | - [ClassComponent 更新](https://github.com/lz-lee/React-Source-Code/issues/8) 17 | - [IndeterminateComponent、HostComponent、HostText 更新](https://github.com/lz-lee/React-Source-Code/issues/9) 18 | - [portalComponent、ForwardRef、Mode 更新](https://github.com/lz-lee/React-Source-Code/issues/10) 19 | - [completeUnitOfWork](https://github.com/lz-lee/React-Source-Code/issues/11) 20 | 21 | #### 7、[commitRoot](https://github.com/lz-lee/React-Source-Code/issues/12) 22 | 23 | #### 8、[context](https://github.com/lz-lee/React-Source-Code/issues/13) 24 | 25 | #### 9、[Ref](https://github.com/lz-lee/React-Source-Code/issues/14) 26 | 27 | #### 10、[Hooks](https://github.com/lz-lee/React-Source-Code/issues/15) 28 | --------------------------------------------------------------------------------