Skip to content

Instantly share code, notes, and snippets.

@niceaji
Last active February 8, 2018 05:02
Show Gist options
  • Save niceaji/6d9320616a15acf6c4aefb80f168de33 to your computer and use it in GitHub Desktop.
Save niceaji/6d9320616a15acf6c4aefb80f168de33 to your computer and use it in GitHub Desktop.
function Welcome(props) {
return <h1>Hello, {props.name}</h1>;
}
ReactDOM.render(
<h1>ss <Welcome name="aji" /> </h1>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment