package reactiveData

  1. Overview
  2. Docs
Declarative events and signals for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.2.tar.gz
md5=d08a22087b617ce50ac279e3f058674a
sha512=56c03d528feec769718c92075c49759dac287b93fe97d816da5cfadb26836d3855176cd81d4cec4441591dd9314e881045912a37edf584ad149ebd048016a4bf

CHANGES.html

CHANGES

===== 0.2.2 =====

  * additional functions in RList and RMap
  * do not use a generic hashtable as it does not work with functional values

===== 0.2.1 =====

  * Add ?eq parameter to S.signal

===== 0.2 =====

  * Add `from_signal`, which converts React signals to ReactiveData
    containers. `from_signal` uses a diffing algorithm to detect what
    changes, thus minimizing the updates needed downstream.
  * Optimize common cases of `merge`.
  * Provide documentation and make the naming more consistent.

===== 0.1 ======

  * First public release