I hope you loved this video! 🙂 📮Consider subscribing to my newsletter: codewithvlad.substack.com 🔥 And follow me on Twitter: twitter.com/vladimir_agaev
@animegeek-011 Жыл бұрын
Quick and easy, thank you sir
@CodeWithVlad Жыл бұрын
Welcome 👍
@VishalGupta-pz9wq3 жыл бұрын
The quality of this video is great. What software(s) did you use to make this particular video and how much time did it take? Thanks!
@CodeWithVlad3 жыл бұрын
Thank you. It was final cut pro and it took a whole day :)
@vladgoeswild3 жыл бұрын
@AstroFahl No, but you can achieve the same result with “movies” app on mac os, which is free. Or any open source video editor on windows :)
@v.reagan9 ай бұрын
Been using async await fetch for a good while, I'll try axios for my next project.
@Aya101749 ай бұрын
must be a pun
@williamsmith11596 ай бұрын
Coming across these new libararies and tech seems overwhelming and u sir took that uneasiness away. Thankful!
@kevinle1083 жыл бұрын
thanks for the explanation
@CodeWithVlad3 жыл бұрын
You're welcome
@alokkumarbhol72042 жыл бұрын
great explanation sir
@oribennett65207 ай бұрын
I would love to see you look at Remult
@mmathems395 Жыл бұрын
Hi Vlad, nice video. I'm here bc I was having some trouble getting axios to work. There's a basic error I haven't identified yet. Watching your video, at 0:34 you have said something that seems to mean that axios requires the http package. I haven't included that package, so maybe that's the problem. But is that what you meant please? With thanks.
@박경호-s4f2 жыл бұрын
It helped me a lot, Thanks
@spondoolie64502 жыл бұрын
Can't we use async/await and process errors in javascript natively without the axios library tho?
@BRP-Moto-Tips Жыл бұрын
yes you can, using fetch
@yerenzter6 ай бұрын
First I used Fetch API for fetching data from JSON to HTML however the things gets complicated I used Axios as my main API for fetch data from client and MariaDB together with Express. Express and Axios is the best combo to deal with data fetching and saves more time.
@jervx8292 ай бұрын
does anyone encountered when payload contains an object with date in it. It serialized the date into string but the date is now less than 1 day