Skip to content

Instantly share code, notes, and snippets.

@brunoventura
Created September 24, 2018 05:46
Show Gist options
  • Save brunoventura/a461f792435193b9ff2dc62276702113 to your computer and use it in GitHub Desktop.
Save brunoventura/a461f792435193b9ff2dc62276702113 to your computer and use it in GitHub Desktop.
class HelloWorld extends React.Component {
render() {
return (
React.createElement(
'h1',
{className: 'large'},
'Hello World'
)
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment