Speeding Up the Virtual DOM With Vue.js

Seite 3: Vue.js: The Middle Ground Between Tradition and Trend

Inhaltsverzeichnis

After JavaScript bundles have continuously grown over the past decades, performance has again become a major priority for JavaScript developers. Consequently, the negative performance impact of using a virtual DOM has led several frameworks to completely abandon the concept or to drastically improve upon it. On the spectrum between a traditional virtual DOM based framework and a more modern alternative like Solid.js, Vue.js has positioned itself in a comfortable middle ground. It offers a virtual DOM implementation that is highly efficient due to the compile-time optimization, while the team is also developing an alternative runtime that performs direct DOM manipulation with its Vapor mode.

(mai)