I think you are comparing two different things here. Axios is a library while Fetch is a native function on modern browsers. It will always be performant to use native functions but a library will always be easier to use due to its abstractions. I think it would be better if you will be comparing Axios vs another library that abstracts HTTP Calls, or comparing Fetch vs XHTTP. Good story though.