Y
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
peebeebee
895 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.
link
Inviz
895 days ago
Yeah like no slots.
link
peebeebee
895 days ago
Nested components are not playing nice with their lifecycles too.
Querying elements also becomes more complex.
link