I don’t know why you keep asserting this. The general rule with live collections in general is to avoid them when possible. Collections need to be resolved which adds overhead. The less interactions with a DOM, the better. Native JS is almost always going to more efficient than browser/DOM APIs.
My $0.02, Harbs > On Mar 13, 2018, at 1:28 PM, Carlos Rovira <[email protected]> wrote: > > I have no doubt that this is far better that what we have right now since > code is managed by a browser API (that should fast) and code in our > libraries will be be lighter.
