@hackage reflex-external-ref1.1.0.0
External reference with reactivity support
Categories
License
MIT
Maintainer
- Anton Gushcha <ncrashed@gmail.com> - Aminion <> - Vladimir Krutkin <krutkinvs@gmail.com> - Levon Oganyan
Links
Versions
Installation
Dependencies (3)
Dependents (2)
@hackage/reflex-monad-auth, @hackage/reflex-localize
reflex-external-ref
The package provides you with IORef that has attached reflex Event. Each time
the variable changes the event fires. It is very useful for communication with
external event sources or using it as environment level state.