26 min read Vue.jsComposition API +2 more tags: Reactivity, Performance
Vue 3 Cleans Up After Itself — Until It Can't
Vue 3 auto-disposes the reactive effects it owns, so the leaks that actually bite live in the manual timers, listeners, subscriptions, and long-lived references it never sees. A field guide to where Vue 3 memory leaks come from — and the one rule that prevents all of them.
Read article