GitHunt
PR

prekel/virtual_dom

OCaml bindings for the virtual-dom library

#+TITLE: Virtual_dom: a virtual DOM diffing library

This library is an OCaml wrapper of Matt Esch's [[https://github.com/Matt-Esch/virtual-dom][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.

Languages

OCaml80.2%JavaScript19.5%HTML0.3%Makefile0.1%Standard ML0.0%

Contributors

MIT License
Created May 15, 2022
Updated April 22, 2022