Deprecated

In favour of

reflex-basic-host

A basic Reflex host for backend work

https://github.com/qfpl/reflex-basic-host/

Latest on Hackage:0.2.0.1@rev:2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dave Laing

reflex-basic-host provides a basic Reflex host for backend work. It provides instances for most of the important Reflex typeclasses.

Reflex.Host.Basic.basicHostWithQuit is the main entry point for running FRP code. Use the TriggerEvent instance to construct Events and control when they fire, and use the PerformEvent instance to take actions in response to Event firings.

From reflex >= 0.7.1.0, there is an equivalent Reflex.Host.Headless module, so this package is now deprecated.