package reactiveData
Declarative events and signals for OCaml
Install
Dune Dependency
github.com
Readme
Changelog
LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (7)
Authors
Maintainers
Sources
reactiveData-0.2.4.tbz
sha256=b98746d36df24d82d31a94cce3ff590e332b6ad62ebe86f6e53a0cf965849fba
sha512=4b996caf01819d34acd0564f9410ae1a6def818f7b5ab2777e0daf16799bbd0c9582a7ca5218f5cbd71db7645aca4cf95e4d5c9010a3b4514c8bd4ac10f38b56
Description
React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : declarative events and signals. React doesn't define any primitive event or signal, it lets the client chooses the concrete timeline.
README
README.md
Reactive Data
Functional reactive programming with incremental changes in data structures
ReactiveData is an OCaml module for functional reactive programming (FRP) based on React. It adds support to incremental changes in data structures by reasoning on patches instead of absolute values.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page