Let’s learn about Vue’s Computed Properties which allow us to compose new data derived from other data. Additionally, we’ll learn about Watchers which allow us to define functions that watch for changes to existing data properties. Finally, we’ll discuss use cases for Computed Properties, Watchers, and Methods.
NOTES: https://codewithsusan.com/notes/vuejs...
Vue.js Simplified series playlist:
• Vue.js Simplified (Series)
=== CHAPTERS ===
00:00 Introduction - fullName computed property example
01:58 Computed properties vs. methods
04:00 Filtered lists via computed properties
07:30 Watchers
11:11 Computed properties vs. methods vs. watchers