Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 508 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 508 Bytes

"Virtual_dom: a virtual DOM diffing library"

This library is an OCaml wrapper of Matt Esch's virtual-dom library. It provides a simple, immutable representation of a desired state of the DOM, as well as primitives for updating the real DOM in the browser to match that, both by slamming the entire DOM in place, and by computing diffs between successive virtual-DOMs, and applying the resulting patch to the real DOM.