reflex-dom-core: Functional Reactive Web Apps with Reflex
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
- 'ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine: https://reflex-frp.org/.
The reflex-dom
package is a small wrapper around the reflex-dom-core
package. It pulls in the
correct set of dependencies for each target platform (GHCJS, WebKitGTK, WASM, mobile, etc.).
Libraries should depend on reflex-dom-core
and executables will usually depend on reflex-dom
.
All of reflex-dom-core
's modules are re-exported by reflex-dom
.
Properties
Versions | 0.4, 0.5, 0.5.2.0, 0.5.3, 0.6.0.0, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.2.1, 0.6.3.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.8.0.0, 0.8.1.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson (>=0.8 && <1.5), base (>=4.7 && <4.14), bifunctors (>=4.2 && <6), bimap (>=0.3 && <0.4), blaze-builder (>=0.4.1 && <0.5), bytestring (>=0.10 && <0.11), case-insensitive (<1.3), constraints (>=0.9 && <0.12), containers (>=0.6 && <0.7), contravariant (>=1.4 && <1.6), data-default (>=0.5 && <0.8), dependent-map (>=0.3 && <0.4), dependent-sum (>=0.6 && <0.7), dependent-sum-template (>=0.1 && <0.2), directory (>=1.2 && <1.4), exception-transformers (>=0.4 && <0.5), ghcjs-base, ghcjs-dom (>=0.9.1.0 && <0.10), hashable (>=1.2 && <1.4), jsaddle (>=0.9.0.0 && <0.10), keycode (>=0.2.1 && <0.3), lens (>=4.7 && <5), monad-control (>=1.0.1 && <1.1), mtl (>=2.1 && <2.3), network-uri (>=2.6.1 && <2.7), primitive (>=0.5 && <0.8), random (>=1.1 && <1.2), ref-tf (>=0.4 && <0.5), reflex (>=0.6.2 && <0.8), semialign (>=1 && <1.2), semigroups (>=0.16 && <0.20), stm (>=2.4 && <2.6), template-haskell (>=2.12.0 && <2.16), text (>=1.2 && <1.3), these (>=0.4 && <0.9 || >=1 && <1.1), transformers (>=0.3 && <0.6), unix (>=2.7 && <2.8), zenc (>=0.1 && <0.2) [details] |
License | BSD-3-Clause |
Author | Ryan Trinkle |
Maintainer | ryan.trinkle@gmail.com |
Category | FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface |
Source repo | head: git clone https://github.com/reflex-frp/reflex-dom(reflex-dom-core) |
Uploaded | by 3noch at 2020-05-13T19:21:49Z |
Modules
[Index] [Quick Jump]
- Foreign
- JavaScript
- Foreign.JavaScript.Orphans
- Foreign.JavaScript.TH
- Foreign.JavaScript.Utils
- JavaScript
- Reflex
Flags
Manual Flags
Name | Description | Default |
---|---|---|
use-template-haskell | Use template haskell to generate lenses | Enabled |
use-reflex-optimizer | Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental. | Disabled |
expose-all-unfoldings | Build the library with -fexpose-all-unfoldings which can help client code specialize better | Disabled |
profile-reflex | Add a layer of profiling to all Reflex events in the system | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
split-these | Use split these/semialign packages | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- reflex-dom-core-0.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees