读react fiber随想
作者:
一月刀 | 来源:发表于
2020-10-26 17:13 被阅读0次
fiber就是用链表的形式去表示了整个react virtual DOM树. 是之前递归栈形式的另外一种表达.
以实现目的:
> break rendering work into incremental units
原文: https://indepth.dev/the-how-and-why-on-reacts-usage-of-linked-list-in-fiber-to-walk-the-components-tree/
本文标题:读react fiber随想
本文链接:https://www.haomeiwen.com/subject/gbtzmktx.html
网友评论