@hackage reflex-basic-host0.2.0.1

A basic Reflex host for backend work

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.