Skip to content

Instantly share code, notes, and snippets.

@conorhastings
Created November 9, 2015 05:44
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 conorhastings/d07e2b2dba42da7c6e43 to your computer and use it in GitHub Desktop.
Save conorhastings/d07e2b2dba42da7c6e43 to your computer and use it in GitHub Desktop.
another jsx test
var Component = React.createClass({
render: function() {
return(
<div>
Conor's my name
</div>
);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment