package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.14.0.tar.gz
sha256=6964ee633d70badc0cc51763f8e2d211c37e5c5388de73ec98aa2d0915d74d6b
md5=fdfe48cea9cb5df272f2462672e0de72
Description
The library itself may be found at https://github.com/Matt-Esch/virtual-dom.
Published: 31 May 2020
README
README.org
#+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.
Dependencies (9)
-
tyxml
>= "4.3.0"
-
lambdasoup
>= "0.6.3"
- js_of_ocaml-ppx
-
js_of_ocaml
>= "3.4.1"
-
dune
>= "2.0.0"
-
ppx_jane
>= "v0.14" & < "v0.15"
-
core_kernel
>= "v0.14" & < "v0.15"
-
base
>= "v0.14" & < "v0.15"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (6)
-
bonsai
= "v0.14.0"
-
incr_dom
= "v0.14.0"
-
incr_dom_interactive
< "v0.15.0"
-
incr_dom_keyboard
>= "v0.14.0"
-
incr_dom_partial_render
= "v0.14.0"
-
incr_dom_sexp_form
< "v0.15.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page