Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created January 6, 2021 12:05
Show Gist options
  • Save sabesansathananthan/62766fd12200e104215499f33c10b20f to your computer and use it in GitHub Desktop.
Save sabesansathananthan/62766fd12200e104215499f33c10b20f to your computer and use it in GitHub Desktop.
Axios Vs Fetch
fetch(url)
.then((res) => {
// handle response
})
.catch((error) => {
// handle error
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment