vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.85k stars 549 forks source link

Reactivity Interoperability #421

Closed 3Shain closed 2 years ago

3Shain commented 2 years ago

Summary

Introducing a new addReactivityInterop() API for @vue/reactivity. This feature adds support for (one-way) reactivity interoperability with third party libraries.

Links


Important: Do NOT comment on this PR. Please use the discussion thread linked above to provide feedback, as it provides branched discussions that are easier to follow. This also makes the edit history of the PR clearer.