14 May 2015

I did an experiment adding the Polymer todomvc implementation to the great todo-perf-comparison project. My theory was that, based on how web components update their models, any application using small components (with small models) would naturally perform as well or better than React.

(I also found a bug in one of the tests)

While my hunch was validated, I was equally surprised when I thought to run the benchmark in Safari and realized how much better it ran in Chrome where the web components are supported natively.

##Chrome

chrome

##Safari

safari

see the repo



Discussion:

blog comments powered by Disqus