package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

virtual_dom-v0.11.0.tar.gz
md5=2a4a40f7fb15cce03be9c52c9874bd70

Description

The library itself may be found at https://github.com/Matt-Esch/virtual-dom.

Published: 22 Mar 2018

README

README.org

#+TITLE: ~Virtual_dom~: a virtual DOM diffing library
#+PARENT: ../../doc/webdev/index.org

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.

Dependencies (8)

  1. tyxml < "4.3"
  2. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  3. js_of_ocaml-ppx
  4. js_of_ocaml >= "3.0"
  5. jbuilder >= "1.0+beta18.1"
  6. ppx_jane >= "v0.11" & < "v0.12"
  7. base >= "v0.11" & < "v0.12"
  8. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (1)

  1. incr_dom = "v0.11.0"

Conflicts (1)

  1. jbuilder = "1.0+beta19"