You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a constructor to VDOM called Ref that would allow for integrating with third-party libraries that manipulate the DOM on their own. A Ref would allow tracking of DOM elements outside of the DOM patching lifecycle so any changes to those elements would not be overridden and be opaque to the DOM patching process.
Ideally we could keep this code "pure" and not rely on having a real / polyfilled DOM in place for testing and use server-side.
The text was updated successfully, but these errors were encountered:
Add a constructor to
VDOM
calledRef
that would allow for integrating with third-party libraries that manipulate the DOM on their own. ARef
would allow tracking of DOM elements outside of the DOM patching lifecycle so any changes to those elements would not be overridden and be opaque to the DOM patching process.Ideally we could keep this code "pure" and not rely on having a real / polyfilled DOM in place for testing and use server-side.
The text was updated successfully, but these errors were encountered: