2. Working with Data
Overview
In this chapter, you will expand on what you learned in the previous chapter by introducing more ways to control data inside Vue components. You will learn how to set up advanced watchers to observe data changes inside your components, and utilize Vue's powerful reactive data feature, computed data properties, to concisely output just the data you need in your template. You will also be able to utilize asynchronous methods to fetch data for your Vue components.
By the end of this chapter, you will be able to watch, manage, and manipulate data from various sources in your Vue.js components.
Introduction
In the previous chapter, you were introduced to the concepts of single-file components and the Vue API, which ...
Get Front-End Development Projects with Vue.js now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.