Skip to content

Instantly share code, notes, and snippets.

@joneshf
Last active August 29, 2015 14:01
Show Gist options
  • Save joneshf/af17fdfe4da48f231789 to your computer and use it in GitHub Desktop.
Save joneshf/af17fdfe4da48f231789 to your computer and use it in GitHub Desktop.
module Foo where
import React
import React.DOM
main = renderToBody foo
foo = div' [bar, bar]
bar = span' [text "bar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment