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

v0.15.1.tar.gz
sha256=62f43b8e1d860f400e3ff516aa97fcc8057590370e02ea60525b111b4224765f

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: 18 Oct 2022

Dependencies (8)

  1. js_of_ocaml-ppx >= "3.9.0"
  2. js_of_ocaml >= "3.9.0"
  3. dune >= "2.0.0"
  4. virtual_dom >= "v0.15" & < "v0.16"
  5. splay_tree >= "v0.15" & < "v0.16"
  6. ppx_jane >= "v0.15" & < "v0.16"
  7. incr_dom >= "v0.15" & < "v0.16"
  8. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None