Skip to content

Instantly share code, notes, and snippets.

@iamryanyu
Created July 15, 2019 11:32
Show Gist options
  • Save iamryanyu/75f6eb4166a565a0d3aa50318104b0b5 to your computer and use it in GitHub Desktop.
Save iamryanyu/75f6eb4166a565a0d3aa50318104b0b5 to your computer and use it in GitHub Desktop.
class Animal extends Component {
render() {
return <div>Animal: {this.props.name}</div>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment