blob: 3f276c8d36caa72a7ee773f495d75ed6ba940f24 (
plain) (
blame)
1
2
3
4
5
6
|
React is an Ocaml module for functional reactive programming. It provides
support to programs with time varying values: applicative events and signals.
React doesn't define any primitive event or signal, this lets the client
choose the concrete timeline.
WWW: http://erratique.ch/software/react
|