Popularity
4.4
Declining
Activity
0.0
Stable
7
2
3

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: FRP     Reflex    

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.

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

Add another 'reflex' Package

README

reflex-transformers Build Status

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.