Vue-Internals-List
Vue.js Internals List | Vue.js 内部原理分析
-
2017-Reactivity in Vue.js 2 vs Vue.js 3: The Vue.js core team has already discussed the changes that will be implemented in Vue 3. While the API will not be changing, the reactivity mechanism will be different.
-
The Best Explanation of JavaScript Reactivity: In the video and the article below, we build the same sort of Reactivity you see in the Vue source code.