Popularity
9.4
Stable
Activity
0.0
Stable
50
36
31

Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: FRP     Reflex    
Latest version: v0.5.1

reflex-dom-contrib alternatives and similar packages

Based on the "reflex" category.
Alternatively, view reflex-dom-contrib alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of reflex-dom-contrib or a related project?

Add another 'reflex' Package

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 with Nix. To build the package, use nix-build like this:

nix-build -A ghc.reflex-dom-contrib

To enter a shell with all the dependencies, just run nix-shell. Then you can build with cabal as with any other Haskell package.