Skip to content

Instantly share code, notes, and snippets.

@tocttou
Last active March 27, 2017 13:33
Show Gist options
  • Select an option

  • Save tocttou/65b78208a168a7f54aa2d888d70e3514 to your computer and use it in GitHub Desktop.

Select an option

Save tocttou/65b78208a168a7f54aa2d888d70e3514 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class FirstChild extends Component {
render() {
return (
<div>
{this.props.text}
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment