google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Allow applyAttrs and applyStatics to use a different mutator object #457

Closed iteriani closed 3 years ago

iteriani commented 3 years ago

This wil allow two different frameworks using attr() in different ways to coexist (c3 and soy).