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.
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. -
reflex-dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
InfluxDB high-performance time series database

Do you think we are missing an alternative of reflex-dom-contrib or a related project?
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.