Skip to main content

Optimization

2022


Switching to Fetch API
·935 words·5 mins
Development TypeScript Optimization API Native API Fetch Axios
I have finally made the decision to let go of one of my favorite NPM packages, Axios , in favor of modern browsers' Fetch API . I want to be clear up front - I find nothing wrong with Axios, it is an extremely high quality package and a natural progression having used Angular ’s http service that it was originally based upon.