Skip to content

get rid of axios #1455

@chr4ss12

Description

@chr4ss12

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions