incr_dom

A library for building dynamic webapps, using Js_of_ocaml.

  • 所有者: janestreet/incr_dom
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者janestreet/incr_dom
主編程語言OCaml
編程語言Makefile (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2016-07-05 13:01:56
推送於2025-06-12 16:18:41
最后一次提交2025-05-09 21:16:33
發布數11
最新版本名稱v0.17.0 (發布於 )
第一版名稱v0.9.0 (發布於 )
用户参与
星數388
關注者數21
派生數32
提交數180
已啟用問題?
問題數18
打開的問題數6
拉請求數2
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?