Create a Simplified Version of Vue.js Reactivity System - Part 1
Have you ever wondered how Vue.js create some variables become reactive? Writing in an input form and see the result instantly. What is the secret of that reactivity system? Let's deep dive into it together.