package incr_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.