Vue 3 Reactivity
In this course we will understand the new Vue 3 Reactivity system. Learning how this is built from the ground up will help you understand the design patterns used inside Vue, improve your Vue debugging skills, enable you to use the new Vue 3 modularized Reactivity library, and perhaps even contribute to the Vue 3 source code yourself.
In this lesson we will start building a simple reactivity system using the very same techniques you’ll find in the Vue 3 source code.
Understanding Reactivity
Vue’s reactivity system can look like magic when you see it working for the first time.