This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?course=tdd-vue
Computed properties allow us to declaratively compute derived values. However, there are cases where we need to perform "side effects" in reaction to state changes - for example, mutating the DOM, or changing another piece of state based on the result of an async operation.
With Options API, we can use the watch option to trigger a function whenever a reactive property changes
Like, subscribe, comment any interaction with my channel, means a lot. Thanks
About me:
My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy.
Test Driven Web Development with Spring & React - www.udemy.com/course/test-driven-web-application-d…
Test Driven Development with Node.js - www.udemy.com/course/test-driven-development-with-…
Git - Step by Step Guide - www.udemy.com/course/git-step-by-step-guide/?refer…
Fundamentals of Web Components - www.udemy.com/course/fundamentals-of-web-component…
Svelte with Test Driven Development - www.udemy.com/course/svelte-with-test-driven-devel…
Vue with Test Driven Development - www.udemy.com/course/vue-with-test-driven-developm…
React with Test Driven Development - www.udemy.com/course/react-with-test-driven-develo…
コメント