towavephone / GatsbyBlog

技术博客,记录日常技术攻关、读书笔记 https://blog.towavephone.com
https://blog.towavephone.com
MIT License
4 stars 2 forks source link

React Fiber 数据结构 #152

Open towavephone opened 4 years ago

towavephone commented 4 years ago

/react-fiber-data-struct/Fiber 的数据结构 此小节会通过两个 来展示 以及 的数据结构。 首先用代码表示上图节点间的关系。比如 下有 , 就可以把它们间的关系写成 ; Stack Reconciler…