JavaScript Axios is Finally Stable

preview_player
Показать описание
Axios is one of the most popular libraries in JavaScript for making network requests. In this video, let's discuss the version 1 of Axios, what it means and additional hidden concepts!

Drop a comment below and let us know if you watched this video till the end!

👉 Checkout codedamn on social:

If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

✨ Video Tags ✨
Finally, JavaScript Axios Is Stable And Ready For Production Use!
JavaScript Axios Finally Stable - Here's What's Changed
JavaScript Axios is Finally Stable - Here's What You Need to Know

✨ Hashtags ✨
#programming #2022 #technology #coding #javascript
Рекомендации по теме
Комментарии
Автор

Axios is one of the most popular libraries in JavaScript for making network requests. In this video, let's discuss the version 1 of Axios, what it means and additional hidden concepts!

Drop a comment below and let us know if you watched this video till the end!

codedamn
Автор

one of the things, why Axios is useful, is that fetch doesn't throw the responses with an error code like 500 and 404 to catch errors so you need to handle that by yourself.

Pilosofia
Автор

Javascript should literally adopt axios, i mean who doesn't like this cute kid

cursorislive
Автор

I did learn something new. I use fetch for file uploads and I've been wondering how to track the progress. Didn't know I could do that with axios🤔 Thanks for the video

jesseajioh
Автор

I watched this video till the end. Thank you for the information. I didn't know anything about semantic versioning and the whole v1 big deal.

nyashachiroro
Автор

It's worth adding that React Native doesn't follow semantic versioning. That's why all their major releases are based on "Minor" version number. For example, 0.67.0 and 0.68.0 are two major releases in React Native. Don't confuse React Native's major version (0.X.X) for "not ready for public use" or alpha/beta. It's pretty much stable for public use.

amandps
Автор

We can show download progress using axios, I wasn’t aware of it 😮, thanks bro 😎🔥🙌

Sandeep-zddq
Автор

Also the Axios interceptors are really useful

julianklumpers
Автор

Hello, thanks for the great tech news! Please do an axios beginner tutorial. I’ve seen some that on nextjs the vercel team prefer fetch over axios or prefer SWR. That would be helpful for us beginners!

donmikkodanm.olmillo
Автор

It is my goto solution for network requests. Very clean and easy to use. No boilerplate.. at all

akashsinha
Автор

I watched until the end. For me, as with other libraries (or whatever they are) I end up wondering how much overhead, disk space, download time, etc I have to pay to use it.

joel-rgxm
Автор

i am waiting for your video on axios 1.1.0 which has issue because of that lot of prods are down

worldexplorer
Автор

Axios is a must have for me i try to use axios and stay away from ferch

alinawaz
Автор

I won't think that increasing the Major release number is something even related to stable release. Even React versioning policy won't specifically said that Breaking Changes so called Major Release is going stable.

It's actually more related to some breaking changes which could effect our codebases.

Please give your input Mehul.

ACHTech
Автор

i love axios, somehow i love to use axios a lot more then fetch.

saramshshrestha
Автор

Many packages follow 0.x.y as without thinking about being stable semantic standards. I think it's still can be known as semantic. But someday as a maintainer you will realise 1.x.x is better versioning. 😂

ytadi
Автор

Does, ' I watched it ', all count?
or you prefer I watched this video till the end?

bythealphabet
Автор

this video isn't about axios. its more about versioning and how versioning works..

wadday
Автор

version 1.1.2 is already out, not so stable yet

soloforalitera
Автор

Axios was stable even before, just that the version wasn't 1.x
1.x never means stable or something

-maddhruv