|
|
|
|
|
by jondubois
3365 days ago
|
|
I wish the author had tried Polymer because it's the most underrated one.
I just love the way Polymer components declare/consume dependencies (as tags in the component file)
and connect all sub-components in the template markup via attributes - It makes data binding relationships between components and their children very clear. Polymer is basically an inverted version of React (and it achieves a similar outcome).
In React, template markup is nested inside the code.
In Polymer, code is nested inside the template markup. I really like React but I wouldn't use it for a personal project knowing that Polymer exists.
I hope Polymer will gain more traction because I would love to be able to use it professionally. |
|
Except that Vue doesn't ship with all the Polyfill baggage that Polymer does. Polymer has came a long way, but it still feels slow on anything but Chrome.
Once the Web Component spec is finalized, and built into browsers, I think Polymer will be a great choice. Today though, I gotta give the nod to Vue.