package reactiveData
Declarative events and signals for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
0.3.tar.gz
md5=ecafae07f46cefa1cc5ef1ca176eba95
sha256=29e6fd520a839b04b0fdfbb71766ac1b0d78c39de17722460bd15718affc4bf6
doc/CHANGES.html
0.2.3
- port to dune from ocamlbuild
- Add support for ocaml 5.0
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