Skip to content

Instantly share code, notes, and snippets.

@jordanfarrer
Created October 3, 2017 14:41
Show Gist options
  • Save jordanfarrer/5afc18935edd15df5c4ef745c2fc5898 to your computer and use it in GitHub Desktop.
Save jordanfarrer/5afc18935edd15df5c4ef745c2fc5898 to your computer and use it in GitHub Desktop.
Basic Functional React Component
function HelloWorld(props) {
return <div>Hello {props.name}!</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment