Reactivity
Everything on SkillVeris tagged Reactivity — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
reactive() and ref()
A deep dive into Vue 3's two core reactivity primitives — ref() for any value type and reactive() for objects — and when to use each.
Vue.js Interview Questions
A curated set of commonly asked Vue 3 interview questions with model answers, covering reactivity, the Composition API, component communication, and performanc…
Vue.js Quick Reference
A condensed cheat-sheet of core Vue 3 Composition API syntax, directives, and lifecycle hooks for quick lookup while coding, rather than deep conceptual explan…