react-source-learn icon indicating copy to clipboard operation
react-source-learn copied to clipboard

react16 源码阅读学习记录

react-source-learn

react16 源码阅读学习记录

fork的源码仓库,包含部分调试信息、log日志以及打包脚本

目录

React源码系列(一): 总结看源码心得及方法感受

React源码系列(二): 从jsx到createElement

React源码系列(三): ReactRoot的创建以及调度工作scheduleWork的执行

React源码系列(四): Fiber Tree && commit

React源码系列(五): 新 ContextAPI

React Hooks食用指南(一):Function Component with Class Component

React Hooks食用指南(二): Use Hooks

React Hooks食用指南(三): useEffect 与实践