How is this different from redaxios ? #359
-
I was searching for alternatives to axios, since I required only a basic fetch wrapper. Two libraries were interesting. One is Redaxios offers a familiar I wanted to know, is there any significant reasons to prefer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Ky has solutions for nearly every open issue I see on redaxios. We have hooks which are like interceptors, we support aborting requests, we support timeouts, we support Deno, we normalize the case of request methods, we support custom config defaults, and I believe developit/redaxios#65 wouldn't happen with Ky. |
Beta Was this translation helpful? Give feedback.
ky
supports timeouts, retries and hooks.redaxios
does not.