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.
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. -
reflex-dom
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface. -
reflex-fsnotify
Watch files and directories for changes using a functional-reactive interface! -
reflex-transformers
Switchable monad transformers and collections for reflex -
reflex-gloss-scene
A simple scene-graph using reflex and gloss -
reflex-animation
Continuous animations support for reflex -
reflex-external-ref
External reference with reactivity support
Free Global Payroll designed for tech teams
Do you think we are missing an alternative of reflex-dynamic-containers or a related project?
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