trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
260 stars 12 forks source link

Refactor: do not patch DOM node with metadata #65

Open trotyl opened 5 years ago

trotyl commented 5 years ago

Current

Patching properties on DOM nodes.

Expected

Using WeakMap instead.