DEV Community

Discussion on: Virtual DOM Separate From React

Collapse
 
agronick profile image
Kyle Agronick

I think we'll end up looking back on the virtual DOM as a bad idea in a few years. Running diffs isn't the most optimal or performant way to see what changes need to be made and can be done a lot better by linking DOM nodes directly with the data they use