-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Axios => Fetch #773
Comments
I read this article, I think we should stick with axios. |
@divyanshu-rawat I think we can replicate all the features of Axios with fetch. The only reason why I might prefer Axios is for its backward compatibility I guess!
It's still gonna run Edit: The article that @Marvin9 mentioned above also seems to mention the same issue! |
Stale issue message |
Is your feature request related to a problem? Please describe.
Should we replace our
axios
calls with fetch api?Describe the solution you'd like
As fetch is native to browser, so do we need an additional NPM package like
axios
to communicate to server from client.Describe alternatives you've considered
N.A
Additional context
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
The text was updated successfully, but these errors were encountered: