reflex-dom: 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.
- Packages relying on Cabal 1.12 or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.24'.
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine.
For hackage documentation, please see: https://hackage.haskell.org/package/reflex-dom-core.
Properties
Versions | 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.5, 0.5.2.0, 0.5.3, 0.5.3, 0.6.0.0, 0.6.1.0, 0.6.1.1, 0.6.2.0, 0.6.3.0, 0.6.3.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson, android-activity (>=0.1 && <0.2), base (>=4.7 && <4.13), bytestring (>=0.10 && <0.11), containers, data-default (>=0.7 && <0.8), dependent-map, dependent-sum, ghc-prim, ghcjs-dom, jsaddle, jsaddle-webkit2gtk, jsaddle-wkwebview, lens, mtl, prim-uniq, random, reflex (>=0.6.2 && <0.7), reflex-dom, reflex-dom-core (>=0.5.2 && <0.6), text (>=1.2 && <1.3), time, transformers, vector [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) |
Uploaded | by JohnEricson at 2020-01-08T21:28:13Z |
Modules
[Index] [Quick Jump]
- Foreign
- JavaScript
- Foreign.JavaScript.Orphans
- Foreign.JavaScript.TH
- JavaScript
- Reflex
- Reflex.Dom
- Builder
- Reflex.Dom.Builder.Class
- Reflex.Dom.Builder.Class.Events
- Reflex.Dom.Builder.Immediate
- Reflex.Dom.Builder.InputDisabled
- Reflex.Dom.Builder.Static
- Reflex.Dom.Builder.Class
- Reflex.Dom.Class
- Reflex.Dom.Core
- Reflex.Dom.Internal
- Reflex.Dom.Location
- Reflex.Dom.Main
- Reflex.Dom.Old
- Reflex.Dom.WebSocket
- Reflex.Dom.Widget
- Reflex.Dom.Widget.Basic
- Reflex.Dom.Widget.Input
- Reflex.Dom.Widget.Lazy
- Reflex.Dom.Widget.Resize
- Reflex.Dom.Xhr
- Builder
- Reflex.Dom
Flags
Manual Flags
Name | Description | Default |
---|---|---|
use-warp | Use jsaddle-warp server | Disabled |
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 |
build-examples | Build the executables in ./examples | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
webkit2gtk | Use WebKit2 version of WebKitGTK. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- reflex-dom-0.5.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees