Remix.run Logo
overflowy 5 hours ago

How does it compare against axios (aside from the supply chain issues hehe)?

sholladay 2 hours ago | parent [-]

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...