Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Last active March 28, 2017 20:58
Show Gist options
  • Select an option

  • Save viniciusdacal/5d73a9b3823a139a97de7d5e8531b5ad to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/5d73a9b3823a139a97de7d5e8531b5ad to your computer and use it in GitHub Desktop.
import React from 'react';
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