Skip to content

Instantly share code, notes, and snippets.

@floydprice
Created April 12, 2016 13:44
Show Gist options
  • Save floydprice/499def8c0fe5d330123ccc22df12fad1 to your computer and use it in GitHub Desktop.
Save floydprice/499def8c0fe5d330123ccc22df12fad1 to your computer and use it in GitHub Desktop.
import React from 'react'
var HelloWorld = React.createClass({
render: function() {
return (
<h1>Hello World</h1>
)
}
})
export default HelloWorld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment