reflex-dynamic-containers: various dynamic containers for Reflex

[ bsd3, frp, library, reflex ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), binary, containers, deepseq, dependent-map, dependent-sum, hashable, ilist, reflex, reflex-test-host, relude, these [details]
License BSD-3-Clause
Copyright 2020 Peter Lu
Author pdlla
Maintainer chippermonky@gmail.com
Category FRP, Reflex
Home page https://github.com/pdlla/reflex-dynamic-containers#readme
Bug tracker https://github.com/pdlla/reflex-dynamic-containers/issues
Source repo head: git clone https://github.com/pdlla/reflex-dynamic-containers
Uploaded by pdlla at 2020-04-26T22:05:29Z
Distributions
Downloads 202 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-27 [all 1 reports]

Readme for reflex-dynamic-containers-0.1.0.0

[back to package description]

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