Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

feature suggestion: Use axios instead of fetch api #103

Closed
mr-karan opened this issue Dec 10, 2018 · 1 comment
Closed

feature suggestion: Use axios instead of fetch api #103

mr-karan opened this issue Dec 10, 2018 · 1 comment

Comments

@mr-karan
Copy link

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

  • Custom Timeouts
  • Cancel request on demand
  • Better error handling
  • Typescript support

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
Copy link
Member

rmehta commented Oct 23, 2021

Let's not do this and minimize dependencies

@rmehta rmehta closed this as completed Oct 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants