Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
Go to file
Hamish Mackenzie 04a33a6720 Split into reflex-dom-core and reflex-dom
reflex-dom-core contains all the code that does not depend on WebKitGTK
2016-12-18 19:45:32 +13:00
reflex-dom Split into reflex-dom-core and reflex-dom 2016-12-18 19:45:32 +13:00
reflex-dom-core Split into reflex-dom-core and reflex-dom 2016-12-18 19:45:32 +13:00
.ghci Add MonadIORestore to allow XHR callbacks to have access to the Gui environment 2015-04-09 17:14:28 -04:00
.gitignore Fix WebSocket, Location and Xhr functions 2016-12-16 02:37:06 +13:00
.stylish-haskell.yaml Use stylish-haskell 2016-07-17 00:00:12 -04:00
default.nix Use unbounded-delays to fix Int overflow bug when delaying threads. 2016-07-25 16:43:50 -04:00
Quickref.md Update QuickRef (#84) 2016-08-22 20:04:28 -04:00
README.md Adjust URLs to use reflex-frp and reflex-platform 2016-02-10 21:09:00 -05:00

Reflex-DOM

A Framework for Functional Reactive Web Apps in Haskell

Reflex-DOM is a framework for building web applications in Haskell, based on the Functional Reactive Programming library Reflex.

Comprehensive documentation is still a work in progress, but a demo is available and an introductory talk is available at Part 1 / Part 2 (Slides).

A summary of Reflex-DOM functions is available in the quick reference.

Additional resources

Get started with Reflex

/r/reflexfrp

hackage

irc.freenode.net #reflex-frp