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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?