Axios is overkill for most things.
Fetch is native, and with a little wrapper function, you can handle errors and JSON just fine.
Less dependencies = less headaches.
If you need advanced features, maybe try `ky`βitβs like fetch but nicer.
Fetch is native, and with a little wrapper function, you can handle errors and JSON just fine.
Less dependencies = less headaches.
If you need advanced features, maybe try `ky`βitβs like fetch but nicer.
