Thanks for sharing, that’s an interesting framework. The self-closing tags are very nice.
Unfortunately, I don’t have anything public to show at the moment. Maybe I’ll blog about the approach some day.
Well, I hope to see it.
Why is this being downvoted? I'm baffled. The comment is coherent and relevant to the discussion at hand.
If you're interested in my approach to custom elements I created: https://github.com/crisdosaygo/good.html
It utlizes custom elements, has autohooks for granular DOM updates, uses native JS template literal syntax for interpolation, imposes ordered component structure:
It even has a bit of a "comment node" hack to let you write "self-closing custom elements" Good.HTML is the ride-or-die framework for BrowserBox.