package incr_dom

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

incr_dom-v0.16.0.tar.gz
sha256=199e5d3ab8299832e3c2c3a08db86a0e5859420e88a867f4da331b91d2078c1b

doc/incr_dom/Incr_dom/index.html

Module Incr_domSource

include module type of struct include Virtual_dom end
Sourcemodule Dom_float = Virtual_dom.Dom_float
Sourcemodule Js_map = Virtual_dom.Js_map
Sourcemodule Top_level_effects = Virtual_dom.Top_level_effects
Sourcemodule App_intf : sig ... end
Sourcemodule Incr : sig ... end
Sourcemodule Js_misc : sig ... end

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

Sourcemodule Start_app : sig ... end

For starting up an Incr_dom app.

Sourcemodule 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.