frappe / frappejs

Node + Electron + Vue based metadata web framework (inspired by Frappe)
263 stars 109 forks source link

feature suggestion: Use axios instead of fetch api #103

Closed mr-karan closed 2 years ago

mr-karan commented 5 years ago

Axios is a really popular library for making HTTP requests in browser and node env. It has quite a few features which are superior to the fetch api, that is being used currently. We could have some of the niceties like

If you think this a valid suggestion, I'm willing to refactor http.js and other places necessary to make changes. Else feel free to close this 👍

rmehta commented 2 years ago

Let's not do this and minimize dependencies