incr_dom

A library for building dynamic webapps, using Js_of_ocaml.

  • Owner: janestreet/incr_dom
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

#+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]].

Main metrics

Overview
Name With Ownerjanestreet/incr_dom
Primary LanguageOCaml
Program languageMakefile (Language Count: 7)
Platform
License:MIT License
所有者活动
Created At2016-07-05 13:01:56
Pushed At2025-06-12 16:18:41
Last Commit At2025-05-09 21:16:33
Release Count11
Last Release Namev0.17.0 (Posted on )
First Release Namev0.9.0 (Posted on )
用户参与
Stargazers Count388
Watchers Count21
Fork Count32
Commits Count180
Has Issues Enabled
Issues Count18
Issue Open Count6
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private