Hacker News new | ask | show | jobs
by saskurambo 3600 days ago
A virtual dom is stupid about the view is only an algorithm that diff 2 trees. A data binding can create a graph of knowledge about the view and can create the best and fast mode for update the view. Library like ractive and vue are the best tools for create animations in svg or where there are many updates of view
1 comments

...Which is why Mithril and React provide escape valves, for situations in which the VDOM abstraction is ill suited.