Break_vues_reactivity
This article won’t do a deep dive into the implementation of Vue.js reactivity, I just want to show some examples that will break the reactivity when you are writing with the framework. Should you be interested in the mechanism of the reactivity under the Vue.js, here are some information I think that would help: Reactivity in depth | Vue.js Vue 3 Reactivity | Vue Mastery Vue JS 3 Reactivity Fundamentals - Composition API by Marius Espejo TL;DR Primitive value props cannot be modified from the child component....