You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that your project is using Axios for HTTP requests, and I thought Ky might be a good alternative to consider. Ky is a lightweight HTTP client built on the modern Fetch API, whereas Axios still relies on the older XMLHttpRequest.
It seems like this could be a small change since Axios is only used in one place, but I could be wrong. It all depends on how you're using it and any features I might not be aware of.
If you're interested, I’d be happy to help with the change and submit a PR.
The text was updated successfully, but these errors were encountered:
Hey there! 👋🏻
I saw that your project is using Axios for HTTP requests, and I thought Ky might be a good alternative to consider. Ky is a lightweight HTTP client built on the modern Fetch API, whereas Axios still relies on the older XMLHttpRequest.
It seems like this could be a small change since Axios is only used in one place, but I could be wrong. It all depends on how you're using it and any features I might not be aware of.
If you're interested, I’d be happy to help with the change and submit a PR.
The text was updated successfully, but these errors were encountered: