TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your opinion on Web Components?

8 pointsby regusabout 4 years ago
What do you think of Web Components?<p>Have you ever used them in production?<p>Have you ever made something with Web Components rather than using a standard framework (React, Vue, etc)?<p>Do you think they will ever see wide adoption?<p>https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;Web_Components

3 comments

shams93about 4 years ago
The problem is really with safari still not supporting the entire api. If you&#x27;re writing only for chrome or chrome and firefox and can afford to ignore ios browser users then its a non-issue otherwise you have to offer expensive shims to ios users that undermines the whole purpose of using the webcomponents to begin with.
评论 #27160091 未加载
mimixcoabout 4 years ago
Yes, we&#x27;re building a production app[0] with them. So far, I think they&#x27;re great. Far preferable to Angular which we used previously.<p>[0]<a href="https:&#x2F;&#x2F;mimix.io&#x2F;en&#x2F;blog&#x2F;msl-notebook" rel="nofollow">https:&#x2F;&#x2F;mimix.io&#x2F;en&#x2F;blog&#x2F;msl-notebook</a>
readonthegoappabout 4 years ago
I need to look up the difference between generic web components and those that are built with react&#x2F;vue&#x2F;etc.<p>They seem roughly the same.<p>My take so far as an old school web dev learning this component stuff -- it all sucks<p>I did enjoy-ish node&#x2F;express<p>It seemed relatively straightforward and productive<p>But I haven&#x27;t figured out how to make this new front end ts&#x2F;js&#x2F;components&#x2F;frameworks&#x2F;routers&#x2F;apis thing productive yet.<p>I&#x27;m assuming that is going to change at some point as I continue spending time, but I admit to being skeptical at the moment
评论 #27176864 未加载