package incr_dom

  1. Overview
  2. Docs
include module type of struct include Virtual_dom end
module Vdom = Virtual_dom.Vdom
module Tyxml = Virtual_dom.Tyxml
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

The calls in this module initialize new applications, including starting up Async and waiting for the initial creation of the DOM.