Skip to content

Instantly share code, notes, and snippets.

@claudiojunior-me
Created May 7, 2018 13:43
Show Gist options
  • Save claudiojunior-me/4d7332e1d18ac8baff0897e946fffaac to your computer and use it in GitHub Desktop.
Save claudiojunior-me/4d7332e1d18ac8baff0897e946fffaac to your computer and use it in GitHub Desktop.
class App extends Component {
componentWillMount() {
this.setState({ loading: true });
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment