Skip to content

Instantly share code, notes, and snippets.

@kballenegger
Last active December 6, 2016 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kballenegger/f018aa5a92967ede03ef to your computer and use it in GitHub Desktop.
Save kballenegger/f018aa5a92967ede03ef to your computer and use it in GitHub Desktop.
(React.renderComponent
(dom div {:id "one" :class "two"}
(dom span {:style {:color :red, :font-weight :bold}} "HELLO ")
(dom span {:style {:color :blue}} "WORLD ")
"ola"
)
(document.getElementById "app"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment