Skip to content

Instantly share code, notes, and snippets.

@nayunhwan
Last active December 27, 2016 16:59
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 nayunhwan/565f8d1c8fa0339e2449b09324f73aff to your computer and use it in GitHub Desktop.
Save nayunhwan/565f8d1c8fa0339e2449b09324f73aff to your computer and use it in GitHub Desktop.
Initializing Component with function
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