-
Notifications
You must be signed in to change notification settings - Fork 41
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
Use axios consequently for all HTTP requests in Wegue #400
Comments
Hi @chrismayer, hi @fschmenger, I was looking through upgrading the Geocoder component when I thought it was clearly linked with this one. Before working on it, I wanted to discuss here with both of you what should stay and could be removed... this component is "relatively" complicated because it either uses My real question was: do you really think we should keep the Thanks in advance to give your opinion here to aim to the best solution with this issue. Cheers |
Hi @sronveaux, Anyway very much appreciated if you work on it. |
Hi @fschmenger, In fact, in the three services available be default in Wegue ( From my point of view, this |
Hi @sronveaux, I am in favor to remove Thank for picking this up 👍 |
Thanks @chrismayer, you wrote exactly what I hoped to read 😄 As summer break is coming, I will certainly not begin this before end of August or September... and if someone else want to tackle it inbetween, we're set on the path to take... Cheers |
Since
axios
is added to Wegue as dependency we should consequently useaxios
to perform HTTP requests. So usage of other techniques likefetch
,XMLHttpRequest
, ... should be replaced byaxios
calls.Herewith axios should be upgraded to its latest version.
This issue is based on this discussion.
The text was updated successfully, but these errors were encountered: