Vue.js 2 Design Patterns and Best Practices
上QQ阅读APP看书,第一时间看更新

Vue.js and the Virtual DOM

On the topic of performance improvements, let's consider why Vue.js makes extensive use of the Virtual DOM to render our elements on the screen. Before looking at the Virtual DOM, we need to have a foundational understanding of what the DOM actually is.