When you search https://news.ycombinator.com/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'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't Polymer used in more real world projects? What future do you predict for Polymer?<p>Some people say you can't handle the complexity of larger apps with something that describes itself as a "library" and not a "framwork". Though from my experience it is even easier to handle a large Polymer project than an Angular project.
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/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...
The front-end view layer wars are over. React won, and it's the standard now. If something is going to supplant it, it'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've only heard of it once and will probably never hear of or think about it again.)
>> What future do you predict for Polymer?
That'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>