An indepth introductory guide about watchers (#2786)

* An indepth introductory guide about watchers

Talks about deep and immediate options with examples. showcases example use cases on how to use watchers in action, and when to utilize computed properties, and when to use watchers.

* Update content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2812/head
Sojin Samuel 2 years ago committed by GitHub
parent 714c8fb221
commit e6840173b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md

@ -4,4 +4,5 @@
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official API Docs' href='https://vuejs.org/api/reactivity-core.html#watch'>Reactivity API — watch</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.logrocket.com/understanding-watchers-vue/'>Understanding watchers in Vue</BadgeLink>

Loading…
Cancel
Save