package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

doc/virtual_dom.css_gen/Css_gen/Expert/index.html

Module Css_gen.ExpertSource

Sourceval should_validate : bool Core.ref

By default, the Css_gen constructors validate that all values are well-formed. This can be useful for debugging, as it'll throw an exception when the programmer makes a mistake. However, it also incurs a heavy cost and should be avoided in tight loops. should_validate allows the programmer to disable css value validation when necessary.

OCaml

Innovation. Community. Security.