fiber就是用鏈表的形式去表示了整個react virtual DOM樹. 是之前遞歸棧形式的另外一種表達(dá).以實(shí)現(xiàn)目的:> 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/