Created
November 9, 2015 05:44
-
-
Save conorhastings/d07e2b2dba42da7c6e43 to your computer and use it in GitHub Desktop.
another jsx test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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