Skip to content

Instantly share code, notes, and snippets.

@phraniiac
Created May 5, 2016 04:59
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 phraniiac/6b452a2514b71d10a60da3cecfe11794 to your computer and use it in GitHub Desktop.
Save phraniiac/6b452a2514b71d10a60da3cecfe11794 to your computer and use it in GitHub Desktop.
var myDivElement = <div className="foo" />;
ReactDOM.render(myDivElement, document.getElementById('example'));
// Here the 'example' is any(div,span or else) html element in the html code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment