Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

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

reflex-dynamic-containers alternatives and similar packages

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

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

Add another 'reflex' Package

README

reflex-dynamic-containers

Dynamic containers for reflex.

For usage examples, please see todo-undo-mvc.

Containers in this library have multiple update events. If any of these fire simultaneously, they will put out an stdout warning via traceEvent and all but one of the events are ignored by leftmost. This will almost certainly result in undesirable behavior.

PRs are very welcome.

These containers were written for use in potato-flow (very WIP).

TODOs

  • switch to cabal only for better compatibility with rest of reflex ecosystem
  • better documentation and examples
  • more testing