@hackage reflex-dynamic-containers0.1.0.0
various dynamic containers for Reflex
Categories
License
BSD-3-Clause
Maintainer
chippermonky@gmail.com
Links
Versions
- 0.1.0.0 Sun, 26 Apr 2020
Installation
Dependencies (12)
- base >=4.7 && <5
- binary
- containers
- deepseq
- dependent-map
- dependent-sum Show all…
Dependents (0)
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