Hacker News new | ask | show | jobs
by skrebbel 631 days ago
Web Components let you use a UI component made in a different framework than yours. That's it. For most other purposes they're pretty awful.

Also they let you publish a UI component that works in every framework, without having to build 7 versions of it (or just exclude everyone who's not on React, or something like that)

1 comments

That’s also the conclusion I’ve drawn. This seems to be the reason Web Components exists.