Hacker News new | ask | show | jobs
by saskurambo 3600 days ago
React is good for complex app desktop but not if you need performant and fast interface with 60 fps otherall in mobile. Last virtual dom like snabbdom preact and inferno are really fast also on mobile. And inferno and preact are compatible with react component. Vue.js 2.0 use an intelligent mixin of reactive data graph dependency and virtual dom separating the static and dynamics parts of template. Monkberry.js translate a template in pure javascript function with createElements and update nodes. Function that can be optimized from the jit
1 comments

Mithril is also apparently really good at fast. But I've merely seen the benches.
Mithril for what i know is under a rewrite and with this rewrite should be really fast
I never heard that, but it seems pretty fast now. If Leo shows up, hopefully he'll tell us.
That's only addressing perf on IE. It says nothing about perf overall.
Dom / component recycle and batch updates are about performance