架构设计架构设计 渲染器 协调算法-reconciler / 任务调度 https://zh-hans.legacy.reactjs.org/docs/reconciliation.html https://zh-hans.legacy.reactjs.org/docs/codebase-overview.html#fiber-reconciler https://github.com/acdlite/react-fiber-architecture Diff 算法 https://juejin.cn/post/6919376064833667080 https://linjc.blog.csdn.net/article/details/120228488 https://blog.csdn.net/qq_44376306/article/details/128122123 响应式 15 Stack 16 Fiber 18 并发 https://zh-hans.legacy.reactjs.org/docs/codebase-overview.html https://zh-hans.legacy.reactjs.org/blog/2021/06/08/the-plan-for-react-18.html https://zhuanlan.zhihu.com/p/586327404 Fiber 架构和 Diff 算法 v16