Skip to content

Instantly share code, notes, and snippets.

@danielmoralesp
Created March 15, 2019 16:01
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 danielmoralesp/a3c46b87335882ab41f19560c3125d1a to your computer and use it in GitHub Desktop.
Save danielmoralesp/a3c46b87335882ab41f19560c3125d1a to your computer and use it in GitHub Desktop.
class MyComponentClass extends React.Component {
render(){
return <h1>Hello World</h1>
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment