reflex: Higher-order Functional Reactive Programming

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system


[Skip to Readme]

Properties

Versions 0.0.1, 0.1.0, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 0.4.0.1, 0.5, 0.5.0.1, 0.5.0.1, 0.6, 0.6.1, 0.6.2.1, 0.6.2.3, 0.6.2.4, 0.6.3, 0.6.4, 0.6.4.1, 0.7.0.0, 0.7.1.0, 0.7.1.1, 0.7.2.0, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.8.2.0, 0.8.2.1, 0.8.2.2, 0.9.0.0, 0.9.0.1, 0.9.1.0, 0.9.2.0, 0.9.3.0
Change log None available
Dependencies base (>=4.9 && <4.13), bifunctors (>=5.2 && <5.6), comonad, containers (>=0.5 && <0.7), data-default (>=0.5 && <0.8), dependent-map (>=0.2.4 && <0.3), dependent-sum (>=0.3 && <0.5), exception-transformers (>=0.4 && <0.5), ghcjs-base, haskell-src-exts (>=1.16 && <1.21), haskell-src-meta (>=0.6 && <0.9), lens (>=4.7 && <5), MemoTrie (>=0.6 && <0.7), monad-control (>=1.0.1 && <1.1), monoidal-containers (>=0.4 && <0.5), mtl (>=2.1 && <2.3), prim-uniq (>=0.1.0.1 && <0.2), primitive (>=0.5 && <0.7), random (>=1.1 && <1.2), ref-tf (>=0.4 && <0.5), reflection (>=2.1 && <2.2), semigroupoids (>=4.0 && <6), semigroups (>=0.16 && <0.19), stm (>=2.4 && <2.6), syb (>=0.5 && <0.8), template-haskell (>=2.9 && <2.15), these (>=0.4 && <0.7.7), time (>=1.4 && <1.9), transformers (>=0.2), transformers-compat (>=0.3), unbounded-delays (>=0.1.0.0 && <0.2) [details]
License BSD-3-Clause
Author Ryan Trinkle
Maintainer ryan.trinkle@gmail.com
Category FRP
Home page https://reflex-frp.org
Bug tracker https://github.com/reflex-frp/reflex/issues
Source repo head: git clone https://github.com/reflex-frp/reflex
Uploaded by luigy at 2019-03-08T12:53:46Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
use-reflex-optimizer

Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental.

Disabled
use-template-haskell

Use template haskell to generate lenses

Enabled
debug-trace-events

Add instrumentation that outputs the stack trace of the definition of an event whenever it is subscribed to. Warning: It is very slow!

Disabled
fast-weak

Use the primitive implementation of FastWeak in GHCJS; note that this requires GHCJS to be built with FastWeak and FastWeakBag present in the RTS, which is not the default

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for reflex-0.5.0.1

[back to package description]

Reflex

Practical Functional Reactive Programming

Reflex is an fully-deterministic, higher-order Functional Reactive Programming (FRP) interface and an engine that efficiently implements that interface.

Reflex-DOM is a framework built on Reflex that facilitates the development of web pages, including highly-interactive single-page apps.

Comprehensive documentation is still a work in progress, but a tutorial for Reflex and Reflex-DOM is available at https://github.com/reflex-frp/reflex-platform and an introductory talk given at the New York Haskell Meetup is available here: Part 1 / Part 2.

A summary of Reflex functions is available in the quick reference.

Additional resources

Get started with Reflex

/r/reflexfrp

hackage

irc.freenode.net #reflex-frp