react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

[DX] Replace axios with fetch

Open AleksandarDev opened this issue 2 years ago • 2 comments

We have abstraction layer with HttpService methods so we can replace existing implementation that is using Axios with fetch which will reduce bundle size and dependencies/number of update PRs.

AleksandarDev avatar Nov 21 '22 10:11 AleksandarDev