package incr_dom
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=57b0ca69e0ce3c38dadec5df8b0bfb9ec777192412f6259a04002a47e529ca05
md5=f7c6d58180d131d3546266252c11a64f
Description
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.
Published: 31 May 2020
README
README.org
#+TITLE: ~Incr_dom~: a library for writing dynamic web-apps 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 [[./example/README.org][examples directory]]. And see [[./doc/index.md][here for a list of relevant documents and resources]].
Dependencies (12)
- js_of_ocaml-ppx
-
js_of_ocaml
>= "3.4.1" & < "4.0.0"
-
dune
>= "2.0.0"
-
virtual_dom
>= "v0.14" & < "v0.15"
-
ppx_jane
>= "v0.14" & < "v0.15"
-
incremental
>= "v0.14" & < "v0.15"
-
incr_select
>= "v0.14" & < "v0.15"
-
incr_map
>= "v0.14" & < "v0.15"
-
core_kernel
>= "v0.14" & < "v0.15"
-
async_kernel
>= "v0.14" & < "v0.15"
-
async_js
>= "v0.14" & < "v0.15"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (5)
-
bonsai
= "v0.14.0"
-
incr_dom_interactive
< "v0.15.0"
-
incr_dom_keyboard
>= "v0.14.0"
-
incr_dom_partial_render
= "v0.14.0"
-
incr_dom_sexp_form
< "v0.15.0"
Conflicts
None