Hacker News new | ask | show | jobs
by peebeebee 896 days ago
It's basically just web components without the ShadowDOM implementation. I do it in some projects, but it comes with other drawbacks too.
1 comments

Yeah like no slots.
Nested components are not playing nice with their lifecycles too.

Querying elements also becomes more complex.