Popularity
4.3
Declining
Activity
0.0
Stable
7
2
3
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
reflex-transformers alternatives and similar packages
Based on the "reflex" category.
Alternatively, view reflex-transformers 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 - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of reflex-transformers or a related project?
README
reflex-transformers
Introduction
This library provides a set of Monad transformers (and instances for common transformers) on top of widget switching primitives for reflex. For example ReaderT and WriterT which operate in the presence of widget switching, allowing you to pass inputs and outputs up and down the UI tree.