TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why isn't Polymer more popular?

3 点作者 Capira大约 9 年前
When you search https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11405239 (Who is hiring? April 2016) for frontend framework names you get:<p>react: 119 hits<p>angular: 60 hits<p>polymer: 2 hits<p>That surprises me bc I&#x27;d expected Polymer to become way more popular since the release of 1.0 in May 2015. I assumed web components (+polyfills) are production ready and the bright future of frontend development. In the last year we used Polymer in two larger projects and it was pretty pleasant compared to the previous experiences with Angular 1.4.<p>What is your explanation? Why isn&#x27;t Polymer used in more real world projects? What future do you predict for Polymer?<p>Some people say you can&#x27;t handle the complexity of larger apps with something that describes itself as a &quot;library&quot; and not a &quot;framwork&quot;. Though from my experience it is even easier to handle a large Polymer project than an Angular project.

5 条评论

MeTaNoV大约 9 年前
I jumped into Web Development by the time Polymer was hitting v1.0, and it was a clear choice to me to go in this direction compared to go for Angular&#x2F;React and Co. What was really important to me was the flexibility you can have using it. You also have a bunch of tooling that can help you, a very dedicated community for both helping newcomers, discussing Polymer and its component features, building and enlarging the number of available web components, etc...
评论 #11420330 未加载
maxharris大约 9 年前
The front-end view layer wars are over. React won, and it&#x27;s the standard now. If something is going to supplant it, it&#x27;s going to have to be not just marginally better, but 10X better for every use case.<p>Also note that the React world is bigger than just the browser (React native has been out for a year now.) Contrast that with the fact that Polymer is only a browser technology, and an unpopular one at that (I&#x27;ve only heard of it once and will probably never hear of or think about it again.)
评论 #11420353 未加载
brudgers大约 9 年前
More HN comments: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10979352" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10979352</a>
malike_st大约 9 年前
We use polymer for an enterprise application. It is awesome so far ...so we don&#x27;t have a reason to look at React or Angular
saurshaz大约 9 年前
&gt;&gt; What future do you predict for Polymer? That&#x27;s the most important part i guess.<p>1) A much better performance at browser level 2) and exclusive access to features which others will have to build in an easier manner<p><pre><code> is what can win it for the Polymer side i guess.</code></pre>