Incremental DOM is a library for expressing and applying updates to DOM trees. JavaScript can be used to extract, iterate over and transform data into calls generating
HTMLElement
s and
Text
nodes. It differs from Virtual DOM approaches in that a diff operation is performed
incrementally (that is one node at a time) against the DOM, rather than on a virtual DOM tree.
http://google.github.io/incremental-dom
posted @ martedì 14 febbraio 2017 15:20