@hackage / keera-hails-reactive-htmldom

Keera Hails Reactive bindings for HTML DOM via GHCJS

Latest0.8.0

About

Metadata

  • Last updated , by keera_studios_ci
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: support@keera.co.uk

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test-hlint (off by default)
    test-doc-coverage (off by default)

Readme

A layer defining RVs for HTML element fields and actions.

Reactive Values are an abstraction for reactive programming based on setters and getters with change-based propagation.

They enable easy communication/synchronization rules via Reactive Rules (RRs), which can keep two type-compatible RVs in sync directionally or bidirectionally.

This library provides operations to turn HTML element properties and fields into RVs, so that they can be used to create reactive user interfaces with minimal effort.

For details, please see the paper "Bridging the GUI Gap with Reactive Values and Relations", by Ivan Perez and Henrik Nilsson at Haskell Symposium 2015.