package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec

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.