Behind the Scenes of Vue
up:: Vue Vue uses a JavaScript feature called JS Proxies.
Vue DOM
Vue uses the Virtual DOM. This is pretty similar to how the ReactDOM works. Only re-renders elements when there is a difference between old virtual DOM and new virtual DOM.