Tag

DependencyTracking

0 views collected around this technical thread.

TAL Education Technology
TAL Education Technology
May 12, 2022 · Frontend Development

Understanding Vue's Reactive System: From Basic Effects to Proxy‑Based Reactivity

This article walks through the implementation of Vue's reactive system step by step, starting with simple effect functions, then introducing dependency collection with Set, Map, and WeakMap, and finally using Proxy to automate tracking and triggering of updates for both primitive and object values.

DependencyTrackingJavaScriptProxy
0 likes · 13 min read
Understanding Vue's Reactive System: From Basic Effects to Proxy‑Based Reactivity