Skip to content

Files

Latest commit

 

History

History
 
 

diffdom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cljsjs/lz-string

[cljsjs/diffdom "2.4.0-0"] ;; latest release

CLJSJS package for diffdom. This library allows the abstraction of differences between DOM elements as a "diff" object, representing the sequence of modifications that must be applied to one element in order to turn it into the other element. This diff is non-destructive, meaning that relocations of DOM nodes are preferred over remove-insert operations. For more info please visit diffdom at github