hi guys,
it is 2026,
there is absolutely no need to have a dependency on a this library (https://www.pcmag.com/news/hacker-tries-to-spread-malware-to-millions-by-hitting-axios-npm-software) while native fetch does a good job.
My primary problem is that axios does not play well with proxies, and the default option of axios is to use 'their own funky proxy handling' which means if your project ever uses proxies you will need a patch-package that patches axios to have default setting of proxy:false or otherwise you will be in pain.
hi guys,
it is 2026,
there is absolutely no need to have a dependency on a this library (https://www.pcmag.com/news/hacker-tries-to-spread-malware-to-millions-by-hitting-axios-npm-software) while native fetch does a good job.
My primary problem is that axios does not play well with proxies, and the default option of axios is to use 'their own funky proxy handling' which means if your project ever uses proxies you will need a patch-package that patches axios to have default setting of proxy:false or otherwise you will be in pain.