Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save claudiojunior-me/6cd7d0d18b0563b748dda1bef2700664 to your computer and use it in GitHub Desktop.
Save claudiojunior-me/6cd7d0d18b0563b748dda1bef2700664 to your computer and use it in GitHub Desktop.
class App extends Component {
componentWillReceiveProps(props) {
this.setState({ title: `App ${props.title}`});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment