Material design with Polymer
polymer-project.org
Material design with Polymer
1–10 of 47 posts
Re: Material design with Polymer
#2Not encouraging: http://imgur.com/riycCA1
Re: Material design with Polymer
#3Looks good but runs extremely slow on my phone (LG G2)
Re: Material design with Polymer
#4Not encouraging: http://imgur.com/riycCA1
Also the elements themselves don't render properly in FF24 (work mandated):
Re: Material design with Polymer
#5Re: Material design with Polymer
#6I liked the idea of polymer much more than the stuff react and angular did.
But the boilerplate of this system is just too much for me.
Re: Material design with Polymer
#7What is Polymer? I thought it was a polyfill for Web Components but this seems like a UI library or something.
Re: Material design with Polymer
#8What is Polymer? I thought it was a polyfill for Web Components but this seems like a UI library or something.
It's both. This is a slightly outdated image, but it describes it pretty well: http://4.bp.blogspot.com/-rPbEdmEpHWA/UeW4Xqmg0oI/AAAAAAAAAx...
Basically, there's a layer of polyfills called the Platform that will disappear as browsers implement key web platform features natively. On top of that is the main Polymer library, which is a small sugaring library that makes using the individual Platform polyfills together a lot easier. On top of that are a couple different sets of both UI and non-UI web components built using Polymer, namely core-elements and paper-elements.
Re: Material design with Polymer
#9I like that they keep developing Polymer, but the IE10+ requirement makes it a hard sell for customer projects :/
Re: Material design with Polymer
#10Where does Polymer stand in relation to React.js from Facebook?