Conceptual
Login

About Vue Composition API: Reactivity from ref to Composables

Copied

How Vue 3's Composition API actually works: the Proxy-based reactivity system underneath ref, reactive, and computed; how dependency tracking decides what re-runs; watchers and their timing; the script setup component model with defineProps and defineEmits; and composables as the unit of logic reuse. A student finishing this can build components that never silently lose reactivity and can explain why each API behaves the way it does.