Skip to content

Instantly share code, notes, and snippets.

@whtswrng
Created October 7, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whtswrng/e9788fd1612afa9e6b67985c35e9ad79 to your computer and use it in GitHub Desktop.
Save whtswrng/e9788fd1612afa9e6b67985c35e9ad79 to your computer and use it in GitHub Desktop.
class App extends Component {
...
async fetchUsers() {
const users = await fetch('http://totallyhardcodedurl.com/stupid');
this.setState({users});
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment