Description
External reference with reactivity support.
Description
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.
README.md
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.