Skip to content

Instantly share code, notes, and snippets.

@ali-abrar
Created July 27, 2015 22:37
Show Gist options
  • Save ali-abrar/a389e614e1e0ec3785f3 to your computer and use it in GitHub Desktop.
Save ali-abrar/a389e614e1e0ec3785f3 to your computer and use it in GitHub Desktop.
Reflex.Dom Counter Example
import Reflex.Dom
main :: IO ()
main = mainWidget $ el "div" $ display =<< count =<< button "Click Me!"
-- Cf: https://github.com/ghcjs/ghcjs-examples/blob/master/weblog/counter/counter.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment