Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created March 19, 2020 09:59
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 tsh-code/914c856b62a3e2449dc59f2d82c4ceba to your computer and use it in GitHub Desktop.
Save tsh-code/914c856b62a3e2449dc59f2d82c4ceba to your computer and use it in GitHub Desktop.
componentDidMount() {
fetch(url).then(res => {
// Handle response in the way you want.
// Most often with editing state values.
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment