State of the project ?
EDM115 opened this issue ยท 2 comments
I see that this project's last update have been released a year and a half ago
Will there be any update regarding axios new features since 2022 ? Or is this project abandoned ?
@EDM115 https://github.com/divyam234/feaxios I have published new project with interceptors ,timeout and AxiosError support
I published one too... https://github.com/suhaotian/xior
Features:
๐ฅ Use fetch
๐ซก Similar axios API: axios.create / axios.interceptors / .get/post/put/patch/delete/head/options
๐ค Support timeout, cancel requests and download/upload progress support(by plugin)
๐ฅท Plugin support: error retry, cache, throttling, access token refresh, etc.. and easily create custom plugins
๐ Lightweight (~8KB, Gzip ~3KB)
๐ Unit tested and strongly typed ๐ช