reflex-external-ref: External reference with reactivity support

[ frp, gui, html, javascript, library, mit, reactive, reactivity, reflex, user-interface, user-interfaces, web ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.3.0, 1.0.3.1, 1.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.5 && <4.15), deepseq (>=1.4 && <1.5), reflex (>=0.4 && <0.10) [details]
License MIT
Copyright 2019 ATUM SOLUTIONS AG
Author - Anton Gushcha - Aminion - Vladimir Krutkin - Levon Oganyan
Maintainer - Anton Gushcha <ncrashed@gmail.com> - Aminion <> - Vladimir Krutkin <krutkinvs@gmail.com> - Levon Oganyan
Category Reflex, FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface
Home page https://github.com/hexresearch/ergvein
Bug tracker https://github.com/hexresearch/ergvein/issues
Source repo head: git clone https://github.com/hexresearch/ergvein.git(reflex-external-ref)
Uploaded by NCrashed at 2024-03-16T18:40:26Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 347 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for reflex-external-ref-1.1.0.0

[back to package description]

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.