Axios vs Fetch — Which To Use in 2019

Comparing two approaches to making HTTP calls in JavaScript

Malcolm
Frontend Digest
Published in
3 min readNov 2, 2019

--

Photo by Kelly Sikkema on Unsplash

Axios is a celebrated JavaScript module. It’s a promise-based HTTP client for browsers and NodeJS. If you have worked as a JavaScript during the last few years, you have used it.

It was downloaded from npm over 25 million times in October 2019.

--

--