learn-react-source-code Learn react@16.8.6 source code 学习 react@16.8.6 源代码。 文章 本系列文章总共三篇: React@16.8.6 原理浅析(概念介绍) React@16.8.6 原理浅析(源码浅析) React@16.8.6 原理浅析(hooks) 带注释的源码 https://github.com/kwzm/learn-react-source-code/tree/master/react demos 文章中用到的 demos https://github.com/kwzm/learn-react-source-code/tree/master/demos fiber setState expirationTime controlledComponent syntheticEvent hooks 流程图 React@16.8.6 源码浅析——初次挂载流程 JSX Diff 算法 ReactDOM.render setState schedule(调度) render 阶段 commit 阶段 expirationTime hooks context ref 事件机制