Virtual DOM is pure overhead (2018)
Misunderstood claims about virtual DOM performance date back to the launch of React. It would be much more efficient if we could skip straight to step 3:
The diffing algorithms used by React and other virtual DOM frameworks are fast. Virtual DOM is valuable because it allows you to build apps without thinking about state transitions, with performance that is generally good enough.
Source: svelte.dev