Polymer/webcomponents/riotjs etc all have an overhead, even if taking/tackling different approaches... the virtual-dom used by Polymer has significant overhead until/unless browsers implement native support and even then optimize render paths, other frameworks will perform far better.
I find that React tends to be about the best compromise today that includes a complementary application flow (flux)... I think that RiotJS and Mercury are also worth considering.
I find that React tends to be about the best compromise today that includes a complementary application flow (flux)... I think that RiotJS and Mercury are also worth considering.