package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.13.0.tar.gz
sha256=60079d1a4a4a71f97631d97560047d3ff38ff439dc126ad1b1d0b391daeda249
md5=ef2c93a9bd968b44e09fee501f853a2d
Description
The library itself may be found at https://github.com/Matt-Esch/virtual-dom.
Published: 20 Nov 2019
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 (8)
-
tyxml
>= "4.3.0"
- js_of_ocaml-ppx
-
js_of_ocaml
>= "3.4.1"
-
dune
>= "1.5.1"
-
ppx_jane
>= "v0.13" & < "v0.14"
-
core_kernel
>= "v0.13" & < "v0.14"
-
base
>= "v0.13" & < "v0.14"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (5)
-
bonsai
< "v0.14.0"
-
incr_dom
= "v0.13.0"
-
incr_dom_keyboard
= "v0.13.0"
-
incr_dom_partial_render
= "v0.13.0"
-
incr_dom_widgets
>= "v0.13.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page