Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created January 13, 2021 19:17
Show Gist options
  • Save sabesansathananthan/8ae8a30fb989efd4bf2ab679bc188190 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/8ae8a30fb989efd4bf2ab679bc188190 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