package bonsai
A library for building dynamic webapps, using Js_of_ocaml
Install
Dune Dependency
Authors
Maintainers
Sources
bonsai-v0.14.0.tar.gz
sha256=43f35d648644492d776bf2c7b86c8227e7793615b6a658432e95f8dccd3631f8
md5=b5e743dbfa64d0da5fd660f14cd0b549
doc/bonsai.web/Bonsai_web/index.html
Module Bonsai_web
module Start : sig ... end
Start
handles the entire lifecycle of web-based Bonsai application.
module Bonsai_lib = Bonsai
module Bonsai : sig ... end
module Incr = Incr_dom.Incr
module Vdom = Virtual_dom.Vdom
module To_incr_dom : sig ... end
A wrapper to use Bonsai components in Incr_dom apps.
module Effect : sig ... end
'a Effect.t
represents some computation of type 'a
that can be performed outside of the typical computational/incremental structure of a Bonsai program. Examples of this computation might be:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>