@hackage reflex-dom-core0.5
Functional Reactive Web Apps with Reflex
Categories
License
BSD-3-Clause
Maintainer
ryan.trinkle@gmail.com
Links
Versions
Installation
Dependencies (36)
- aeson >=0.8 && <1.4
- base >=4.7 && <4.12
- bifunctors >=4.2 && <6
- bimap >=0.3 && <0.4
- blaze-builder
- bytestring >=0.10 && <0.11 Show all…
Dependents (12)
@hackage/servant-reflex, @hackage/reflex-gadt-api, @hackage/reflex-classhss, @hackage/reflex-dom-helpers, @hackage/reflex-dom-th, @hackage/neuron, Show all…
Package Flags
use-template-haskell
(on by default)
Use template haskell to generate lenses
use-reflex-optimizer
(off by default)
Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental.
expose-all-unfoldings
(off by default)
Build the library with -fexpose-all-unfoldings which can help client code specialize better
profile-reflex
(off by default)
Add a layer of profiling to all Reflex events in the system
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine