Hacker News new | ask | show | jobs
by charlieyu1 895 days ago
How do we write this? I googled some tutorial and it seems it is still JS under the hood
1 comments

It's basically just web components without the ShadowDOM implementation. I do it in some projects, but it comes with other drawbacks too.
Yeah like no slots.
Nested components are not playing nice with their lifecycles too.

Querying elements also becomes more complex.