Sign in
Log inSign up

Vue-resource vs Axios?

Bhojendra Rauniyar's photo
Bhojendra Rauniyar
·Jan 22, 2018

Most of us think vue-resource is deprecated to use as Vue has removed it's recommended ajax request. But in fact, it is not. Vue has only rollback the github to PageKit team as there are obvious library to handle the ajax requests.

So, it's up to us to use any of the available library. But choosing one of them is really hard.

Thus, can anyone please provide a detailed differences between vue-resource vs axios vs fetch api?