package reactiveData
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Declarative events and signals for OCaml
Install
Authors
Maintainers
Sources
0.3.tar.gz
md5=ecafae07f46cefa1cc5ef1ca176eba95
sha256=29e6fd520a839b04b0fdfbb71766ac1b0d78c39de17722460bd15718affc4bf6
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page