@candera there is a mutation observer thing in hoplon/brew now, it’s wip and requires latest hoplon, but should make things easy enough
is there any example how to use the mutation! method?
@leobm not currently
basically makes it so you can implement mutation observers via attributes
Did you find a way to actually observe a particular element being added, though? I didn’t see a good way to do that when I was looking at them.
what do you guys think of the tpl or merge-kids triggering events on the DOM elements it adds/removes?
no idea what perf of that is
I don’t think that’s the same thing as the element entering the DOM, though, right?
Like (div (span "whatever"))
when the span gets added to the div is not particularly interesting if the div gets added to the DOM a lot later.