WATCHERS¶
They are all these different components that we will be using to build out our application .These components that are the
extensions
of the vue instance(that we have).So, calculations in javascript are relatively cheap , but to reach into the DOM is expensive. So, we will do as much as calculation in virtual DOM before we bring it over to the DOM itself. It’s really really fast and does a lot of logic.