Skip to content

Instantly share code, notes, and snippets.

@lyaunzbe
Created August 19, 2013 04:17
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 lyaunzbe/6265718 to your computer and use it in GitHub Desktop.
Save lyaunzbe/6265718 to your computer and use it in GitHub Desktop.
render: function(){
return (
<i class="icon-plus" onClick={this.handleClick} />
<h1> Hello </h1>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment