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
We should check if axios can be replaced with the native fetch. Even thought we might need to wrap fetch in some abstraction to handle errors and so on, it might would make the code much cleaner and remove the overhead of axios from which we mostly only use a small part of the functionality.
The text was updated successfully, but these errors were encountered:
We should check if
axios
can be replaced with the nativefetch
. Even thought we might need to wrapfetch
in some abstraction to handle errors and so on, it might would make the code much cleaner and remove the overhead of axios from which we mostly only use a small part of the functionality.The text was updated successfully, but these errors were encountered: