Skip to content

Instantly share code, notes, and snippets.

@lewisnyman
Created February 10, 2017 12:21
Show Gist options
  • Save lewisnyman/32c39b7f57f6716a23ffcbc3f50562be to your computer and use it in GitHub Desktop.
Save lewisnyman/32c39b7f57f6716a23ffcbc3f50562be to your computer and use it in GitHub Desktop.
React component template files
var HelloWorld = React.createClass({
render() {
return (
<div className="hello-world">
<p>Hello world!</p>
</div>
);
}
});
<div className="hello-world">
<p>Hello world!</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment