Hacker News new | ask | show | jobs
by pikeymick 3385 days ago
When done correctly web components aren't just about extensibility. They are also about encapsulation, debugging, testing, *ing, and then reusability.
2 comments

I think the point in the article about how you structure your application is the big strike against Web components.

To me they are fine for when you want to compose things by nesting them but bad at any other kind of composition.

All of these are much better solved by literally everything else :)
Literally everything else is not a useful example.
I wonder if there's a JavaScript framework called "literally else"... :)