DEV Community

khanh tran
khanh tran

Posted on

Is Virtual DOM Fiber Tree?

From my understanding, Fiber is React’s internal reconciliation engine, while the Virtual DOM is a conceptual UI representation (the “blueprint”). But I have one more question: is the Fiber tree the Virtual DOM? If so, to simplify further, is it just an object?

Top comments (0)