Skip to content

Instantly share code, notes, and snippets.

@mmcguff
Last active August 10, 2021 10:50
Show Gist options
  • Save mmcguff/a75815f76b3bff185ab482b71b9b8cc7 to your computer and use it in GitHub Desktop.
Save mmcguff/a75815f76b3bff185ab482b71b9b8cc7 to your computer and use it in GitHub Desktop.
A sample react function component
function Welcome(props) {
return <h1>Hello, {props.name}</h1>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment