Summary
In this chapter, we learned more about the Vue instance and how we can take advantage of a variety of property types such as data, watchers, computed values, and more. We've learned about how this works in JavaScript and the differences when using it inside of a Vue instance. Furthermore, we've investigated the DOM and why Vue uses the Virtual DOM to create performant applications.
In summary, data properties allow for reactive properties within our templates, computed properties allow us to take our template and filtering logic and separate it into performant properties that can be accessed within our templates, and watched properties allow us to work with the complexities of asynchronous operations.
In the next chapter, we'll be ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access