Skip to content

Instantly share code, notes, and snippets.

@ryanisinallofus
Last active August 29, 2015 14:15
Show Gist options
  • Save ryanisinallofus/4939dab823cca6026560 to your computer and use it in GitHub Desktop.
Save ryanisinallofus/4939dab823cca6026560 to your computer and use it in GitHub Desktop.
{div} = React.DOM
options =
render: ()=>
(div "Hello {this.props.name}")
HelloMessage = React.createClass options
msg = HelloMessage name: "John"
React.render msg, mountNode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment