package incr_dom_partial_render

  1. Overview
  2. Docs
A library for simplifying rendering of large amounts of data

Install

Dune Dependency

Authors

Maintainers

Sources

incr_dom_partial_render-v0.16.0.tar.gz
sha256=5a890134b13ef0a60a2201a4d6d676cc9c62d9b9ebe05816cf1cf78029256a22

Description

This library provides tools for rendering of tabular data efficiently, in particular supporting partial rendering, i.e. only rendering a subset of the widgets that are logically in the view, depending on what is expected to be visible to the end user.

Published: 14 Jun 2023

Dependencies (9)

  1. js_of_ocaml-ppx >= "5.1.1"
  2. js_of_ocaml >= "5.1.1"
  3. dune >= "2.0.0"
  4. virtual_dom >= "v0.16" & < "v0.17"
  5. splay_tree >= "v0.16" & < "v0.17"
  6. ppx_pattern_bind >= "v0.16" & < "v0.17"
  7. ppx_jane >= "v0.16" & < "v0.17"
  8. incr_dom >= "v0.16" & < "v0.17"
  9. ocaml >= "4.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None