Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created October 13, 2017 00:56
Show Gist options
  • Save treyhuffine/a85dc866528ba30dbec1becfd9d8fa0f to your computer and use it in GitHub Desktop.
Save treyhuffine/a85dc866528ba30dbec1becfd9d8fa0f to your computer and use it in GitHub Desktop.
componetDidMount() {
fetch('https://gitconnected.com')
.then((res) => {
this.setState({
user: res.user
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment