switchblade icon indicating copy to clipboard operation
switchblade copied to clipboard

Use axios instead node-fetch

Open fersilva16 opened this issue 4 years ago • 5 comments

Reasons:

  • Axios performs automatic transformations of JSON data.
  • Axios is more secure, featuring built in cross site forgery (XSRF) protection
  • Axios has better error handling
  • Axios has interceptors
  • Axios has the ability to monitor POST request progress

Source: this post on medium

fersilva16 avatar Mar 23 '20 21:03 fersilva16

sure go ahead

pedrofracassi avatar Mar 23 '20 21:03 pedrofracassi

doing that on sb next btw

metehus avatar Jul 08 '20 14:07 metehus

are we?

pedrofracassi avatar Jul 08 '20 18:07 pedrofracassi

ok sure, axios looks cool

pedrofracassi avatar Jul 08 '20 18:07 pedrofracassi

doing that on sb next btw

Also, responseType is "json" by default.

fersilva16 avatar Jul 09 '20 09:07 fersilva16