reflex-dynamic-containers: various dynamic containers for Reflex

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/pdlla/reflex-dynamic-containers#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 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:18Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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