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.

AuthorJane Street Group, LLC
LicenseApache-2.0
Published
Homepagehttps://github.com/janestreet/incr_dom
Issue Trackerhttps://github.com/janestreet/incr_dom/issues
MaintainerJane Street developers
Dependencies
Conflicts
Source [http] https://ocaml.janestreet.com/ocaml-core/v0.11/files/incr_dom-v0.11.0.tar.gz
md5=47ecf4cd854979e3ca9ae1c3351d17ce
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/incr_dom/incr_dom.v0.11.0/opam
Required by