Skip to content

Instantly share code, notes, and snippets.

@mmcguff
Created August 10, 2021 10:49
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 mmcguff/154f2944840d819d37bc89e0b6d513df to your computer and use it in GitHub Desktop.
Save mmcguff/154f2944840d819d37bc89e0b6d513df to your computer and use it in GitHub Desktop.
class Welcome extends React.Component {
render() {
return <h1>Hello, {this.props.name}</h1>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment