Skip to content

Instantly share code, notes, and snippets.

@jcastellanos003
Created September 20, 2015 16:13
Show Gist options
  • Save jcastellanos003/d334fe7f54b497a976af to your computer and use it in GitHub Desktop.
Save jcastellanos003/d334fe7f54b497a976af to your computer and use it in GitHub Desktop.
//direct render with JSX
React.render(
<h1>Hello my niggas!</h1>,
document.getElementById('example')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment