@hackage / reflex-basic-host

A basic Reflex host for backend work

Version Deprecated package0.2.0.1

About

Metadata

  • Last updated , by jack
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: dave.laing.80@gmail.com, jack.kelly@data61.csiro.au

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Tested Compilers

  1. 8.6.5
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2

Readme

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.