About
This skill provides Claude with deep expertise in Vue 3's Proxy-based reactivity system, enabling the creation of performant, state-driven applications. It covers the full spectrum of reactivity utilities, from basic primitive refs and deep reactive objects to complex computed properties, watchers, and effect scopes. By following these implementation patterns, developers can ensure their Vue applications maintain efficient state synchronization, avoid common pitfalls like reactivity loss during destructuring, and optimize performance through fine-grained control over component updates.