Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Last active October 29, 2020 22:17
Show Gist options
  • Select an option

  • Save MeetMartin/4c4426d400de0403a09700e51feb4b88 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/4c4426d400de0403a09700e51feb4b88 to your computer and use it in GitHub Desktop.
const myComponent = props => (
<h1>Hello, {props.userName}</h1>
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment