Common Vue.js Mistakes and How to Avoid Them - Common Vue.js Mistakes - Replacing Reactive State the Wrong Way
In this lesson, learn why replacing the entirety of a Vue.js reactive array or object can cause unexpected bugs. Use ref to avoid the issue entirely. My suggestion even is to use ref everywhere.
Links