Skip to content

Instantly share code, notes, and snippets.

@rajat1saxena
Created January 26, 2018 13:13
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 rajat1saxena/5f60709fb89192e4b0dbe0d54a3d58b5 to your computer and use it in GitHub Desktop.
Save rajat1saxena/5f60709fb89192e4b0dbe0d54a3d58b5 to your computer and use it in GitHub Desktop.
function Hello(props) {
return <div>{props.name}</div>
}
ReactDOM.render(<Hello name="rajat"/>, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment