Article - What the Fetch

Article - What the Fetch

2018, Jul 21    

Abstract - This fetch API is pretty nifty. If you have worked with JavaScript’s XMLHttpRequests in the past or if you had to rely on libraries like jQuery or Axios you will really appreciate what fetch does. Fetch is:

  • Easy to set up
  • Promise based
  • Configurable

Full Article on Dev.to