http://bit.ly/2FgBEiG
Virtual DOM term has been coined a couple of years ago mostly because of React and Vue frameworks. Let’s figure how it works and why it’s more performant than regular Document Object Model and shadow DOM 🤯
#dom #virtualdom #javascript
Virtual DOM term has been coined a couple of years ago mostly because of React and Vue frameworks. Let’s figure how it works and why it’s more performant than regular Document Object Model and shadow DOM 🤯
#dom #virtualdom #javascript
bitsofcode
Understanding the Virtual DOM
I’ve recently been writing about what exactly the DOM and the shadow DOM are and how they differ. To recap, the Document Object Model is an object-based representation of an HTML document and an interface to manipulating that object. The shadow DOM can be…