package reactiveData

  1. Overview
  2. Docs
Functional reactive programming with incremental changes in data structures

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.1.tar.gz
md5=f4b175db6d8108a6276895af7ad58128

CHANGES.html

CHANGES

===== 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