Hacker News new | ask | show | jobs
by EvanYou 3710 days ago
Vue 2.0's vdom is actually forked from snabbdom ;)

In particular if you don't need hot updates, adding Object.freeze() to your data will make the rendering 2x faster than React.