Skip to content

Instantly share code, notes, and snippets.

@denispeplin
Last active September 12, 2015 17:32
Show Gist options
  • Select an option

  • Save denispeplin/d1c607e02ba52f5ba099 to your computer and use it in GitHub Desktop.

Select an option

Save denispeplin/d1c607e02ba52f5ba099 to your computer and use it in GitHub Desktop.
utils
React.render(
<h1>Hello, world!</h1>,
document.getElementById('container')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment