developit/redaxios

State of the project ?

EDM115 opened this issue ยท 2 comments

EDM115 commented

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 ๐Ÿ’ช