DEV Community

Discussion on: Why Virtual DOM?

Collapse
 
132 profile image
Yisar

In my experience, vdom performance is related to the algorithm used. Vdom is a tree, a data structure. It can make me do more and better algorithms. It is not possible to use DOM structure only.

And the structure and algorithm used in time slicing, offscreen rendering and these features must be generated by ourselves.

github.com/yisar/fre