Vue3 reactive() done right
ref() and reactive() are the two methods for introducing reactivity to your Vuejs application. I didn't face any challenges to introduce reactivity to simple variable types. But this was not true for JSON object or object variable types.
Even tho...
tech.tham.xyz2 min read