Description
various dynamic containers for Reflex.
Description
Please see the README on GitHub at https://github.com/pdlla/reflex-dynamic-containers#readme
README.md
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.