reflex-frp/reflex-dom-contrib

Name: reflex-dom-contrib

Owner: Reflex FRP

Description: null

Created: 2015-06-20 08:25:37.0

Updated: 2018-04-07 21:35:47.0

Pushed: 2018-01-07 14:47:56.0

Homepage: null

Size: 188

Language: Haskell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Reflex Contributors' Playground

This library is intended to be a public playground for developing infrastructure, higher level APIs, and widget libraries for reflex FRP applications. This library is experimental and does not have a strong commitment to preserving backwards compatibility. It will not have a high bar for the quality of contributions. That being said, we prefer commits that add new things rather than changing existing ones. If you are wondering if there is some convenience code or abstractions and you don't find them in reflex or reflex-dom, look here and see if anyone has already done it. If you have general-purpose reflex code that you find useful that is not already here, add it to this repository and send us a pull request.

Over time the goal is that this repository will help us discover good abstractions for reflex development that can eventually be merged upstream to a more stable home with stronger backwards compatibility guarantees. But we think the reflex community needs a place to play and explore different ideas. This is that place. Have fun!

Contributing

The easiest way to build reflex-dom-contrib is to clone the reflex-platform repository. Assuming you cloned it in your home directory you can then do this:

cd path/to/reflex-dom-contrib
~/reflex-platform/work-on ghcjs ./.

That will put you in a nix-shell with the necessary environment. Then you can build like this:

cabal install --ghcjs

or

cabal configure --ghcjs
cabal build

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.