DEV Community

Discussion on: 26 React+Redux Interview Questions You Should Know (in 2018)

Collapse
 
chiangs profile image
Stephen Chiang

I believe after react 16.6 or roughly thereabouts, they went away from virtual Dom to a linked list and pointers with Fiber... So then you don't have an actual virtual copy of the Dom but a representation the you build a Dom from.