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