Skip to content
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 with fetch? #323

Open
patric-eberle opened this issue Jul 13, 2023 · 0 comments
Open

Replace axios with fetch? #323

patric-eberle opened this issue Jul 13, 2023 · 0 comments
Labels
enhancement New feature or request vue-3 Will only be done for the vue-3 version

Comments

@patric-eberle
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vue-3 Will only be done for the vue-3 version
Projects
None yet
Development

No branches or pull requests

1 participant