How does it compare against axios (aside from the supply chain issues hehe)?
back
1 comments
Ky was written to use fetch from the beginning, whereas Axios tries to adapt itself to fetch, which doesn't always work well. We also have much better TypeScript support, including built-in schema validation with type inference.
Documented here: https://github.com/sindresorhus/ky?tab=readme-ov-file#how-is...