Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Last active February 9, 2021 05:10
Show Gist options
  • Save sabesansathananthan/640c0ac1159b333fa8c3a020065f29ef to your computer and use it in GitHub Desktop.
Save sabesansathananthan/640c0ac1159b333fa8c3a020065f29ef to your computer and use it in GitHub Desktop.
Axios Vs Fetch
axios.get('url')
.then((response)=>console.log(response))
.catch((error)=>console.log(error))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment