incr_domversion
A library for building dynamic webapps, using Js_of_ocaml
The library is designed roughly on a model/view/controller model. Your application is built out of:
A functional model type that tracks the state of your application.
An incremental /view/ function for computing an HTML-like representation of how your application should render on the browser. The is based on the [[https://github.com/Matt-Esch/virtual-dom][virtual-dom]] javascript library.
An action type that is used to schedule events that update the model.
Combined with the ability to use Async, and in particular to send out network requests using websockets, this should allow the easy construction of rich web applications in a fairly comprehensible style.
If you want a more concrete sense of how this works, look in the examples directory.
Author | Jane Street Group, LLC |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/janestreet/incr_dom |
Issue Tracker | https://github.com/janestreet/incr_dom/issues |
Maintainer | Jane Street developers |
Dependencies |
|
Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.15/files/incr_dom-v0.15.0.tar.gz sha256=e79e64efca79b5def4e636b84225710f982bf5f5dda31fcab8e6b4bfab583d10 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/incr_dom/incr_dom.v0.15.0/opam |
Required by
- bonsai>=v0.15.0 & <v0.16.0
- incr_dom_interactive>=v0.15.0 & <v0.16.0
- incr_dom_partial_render>=v0.15.0 & <v0.16.0
- incr_dom_sexp_form>=v0.15.0 & <v0.16.0