package incr_dom

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

incr_dom-v0.14.0.tar.gz
sha256=57b0ca69e0ce3c38dadec5df8b0bfb9ec777192412f6259a04002a47e529ca05
md5=f7c6d58180d131d3546266252c11a64f

doc/incr_dom/Incr_dom/index.html

Module Incr_dom

include module type of struct include Virtual_dom end
module Vdom = Virtual_dom.Vdom
module Tyxml = Virtual_dom.Tyxml
module Dom_float = Virtual_dom.Dom_float
module App_intf : sig ... end
module Incr : sig ... end
module Js_misc : sig ... end

This module has a small collection of helpful bits of javascript that have no other obvious home.

module Start_app : sig ... end

For starting up an Incr_dom app.

module Component : sig ... end

A Component captures the basic operations that need to be provided in order to build an Incr_dom app. The same type can be used both at the top-level of an app, as well as for defining individual components within a larger app.

OCaml

Innovation. Community. Security.