incr_dom
A library for building dynamic webapps, using Js_of_ocaml
1024">
IN THIS PACKAGE
-
library incr_dom
-
module Incr_dom
-
module Component
-
module Incr
-
module Js_misc
-
module Variants_of_rows_or_columns
-
-
library incr_dom.javascript_profiling
-
module Javascript_profiling
-
module Manual
-
-
-
library incr_dom.testing
-
module Incr_dom_testing
-
module Driver
-
-
-
library incr_dom.ui_incr
-
module Ui_incr
-
module Incr
-
module Before_or_after
-
module Clock
-
module Cutoff
-
module Expert
-
module Dependency
-
module Node
-
module Step_result
-
-
module Infix
-
module Let_syntax
-
module Let_syntax
-
module Open_on_rhs
-
-
-
module Node_value
-
module Packed
-
module Scope
-
module Unordered_array_fold_update
-
module Update
-
module Var
-
-
module Select
-
-
-
library incr_dom.vdom_file_download
-
module Vdom_file_download
-
module Button
-
-
include module type of struct include Virtual_dom end
module Vdom = Virtual_dom.Vdom
module Dom_float = Virtual_dom.Dom_float
module Top_level_effects = Virtual_dom.Top_level_effects
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.