You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really think that is unnecessary to use axios on frontend, because we could use the built-in browser API fetch.
Axios will be just yet another dependency to manage and increase the bundle size.
The text was updated successfully, but these errors were encountered:
I really think that is unnecessary to use axios on frontend, because we could use the built-in browser API
fetch
.Axios will be just yet another dependency to manage and increase the bundle size.
The text was updated successfully, but these errors were encountered: