Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created August 16, 2017 08:03
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 AkshayRana92/f50374bb00e2542467325e81e4a4cc0b to your computer and use it in GitHub Desktop.
Save AkshayRana92/f50374bb00e2542467325e81e4a4cc0b to your computer and use it in GitHub Desktop.
class Child extends Component {
render() {
return (
<h1>{this.props.name}</h1>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment