Your explanation of these Vue's basic concepts is just so straightforward. Unlike some guys who will spend 100,000 years to describe it's features whatever before show me the practical usage.
This is my first project. I tried Udemy's boot camps but the way they taught me the fundamentals without implementing them somewhere for visual understanding. It wouldn't stick, then I came across this video and decided to give it a try. I literally learned how to make functions, arrays, etc. When I would mess something up, the app would tell me through the localhost, and I would backtrack step-by-step with the video only to find that I would miss a comma on a function or place an array in the wrong area. Thanks, I recommend this to anyone who is just starting and wants to learn!
I watched maybe a dozen different Vue 3 Composition API tutorials, and this is the one that made me really understand these concepts. Props, emits, life cycle functions... it's more than just a crash course. As always, Brad, you made my day and really showed how good your tutorials are. Your ability to teach is exceptional. The world is a better place because of you. Thank you for the video. I hope you will continue to enjoy creating content to make software really fun and understandable. Thank you again.
I strongly agree with you. Brad explains the concepts and practical in a very straight forward and concise way where I find other videos are long winded and confusing.
I tried to learn react 4 times, every time I get bored to death and feel no joy at all, I use at my work sometimes to adjust some projects from the guys that leave, my boss just decided to use Vue with our Laravel projects and I'm really happy about it!
Thank you Brad, thanks to you I got my first job as frontend developer 5 years ago, Your course for Vue.js helped me a lot with the interview and my first months there. Now I'm looking for a new position and I was looking for some recap in Vue 3 for my next job interviews and I found your video! I'm sure I'm going to repeat the same good luck :)
I finished your JS from scratch course a few weeks ago and started doing projects, got the hang of it and tried React . Wasn't my cup of tea, especially having used SvelteKit a bit, but Vue, I like their background story a lot and I picked it up yesterday and It just happened that you uploaded a Vue 3 video. Awesome! Thank you!
Thank you Brad for all your Videos, I was a Java Backend developer earlier and your Angular and Js videos helped me to become as a full stack Developer. Whenever i finished watching your videos. I always felt confident that , i can do something with the topics i learned and implemented it . Your concepts explanations are Crisp and clear. I wish you , have a good health and all the best...
I've been watching your videos for a while now. It was your videos that got me started on programming. 5 years laters, you're still cranking out banger content. Thanks!
Excellent course, Brad! I just completed a Vue basics course on another channel and was going to start writing my own code right away but decided a little more practice would help, as would hearing things explained by a different person. I'm glad I went that way! I now understand several things better. As a huge bonus, you finally cleared up the difference between the options API, the composition API and the composition API with the tag, which had REALLY been confusing me in various examples I had been examining. That alone is going to make my future coding projects easier! I've done several of your courses now and they are consistently excellent so thank you VERY MUCH for doing what you do so well!
just trying this vue tutorial 3 days ago and finally I can understand about the props and emits concept. such a great and amazing video. I hope you can continue the tutorial of vue 3. thanks you so much
Great tutorial, I really enjoy it. Just in case it's helpful to anyone, you can enable decimals with input of number types, by adding step attribute. For instance: Thank you very much for the tutorial! 🌞
Thank you! I started to learn vue recently after more than 15 years of not working with web technologies and was confused about a lot of things. I followed religiously the instructions of your other vue video but I was still confused and learning the "setup" style. This video answered my questions, now I clearly understand the purpose. Again, thank you!
Thank you for this! Really helpful for a crash course before an interview where they use Vue. Coming from React it was just a perfect overview, and plenty of times I went off to the docs and learnt something new about Vue. Thank you again Brad!
You have always been really good at explaining how things work. Just explaining simply, how the il hover and transition works was extremely helpful. I hate css; always confuses me. Good video and perfect for someone that wants to get a better idea of how Vue works if you’re trying to incorporate it into your project.
Coincidental that I decided to learn Vuejs properly today with your 2021 Vue js crash course, got to where you said you werent covering composition api, googled to see if you ended up making that separate vid, and whaddya know, published "3 days ago" Thanks as always, Brad
Great tutorial! I'm new to Vue and even though I had already seen all the stuff you showed, it was really good to understand better the composition API. Also, it's always good to see tutorials with a nice UI and covering all functionalities like that
ha, love it, Exactly what my next APP will be. But on top of what you have I will have supabase behind the data and quasar to help out with workflow and UI components
I can remember using the compositional api 1 or 2 years ago without the script setup tag. However, besides the convenience of not having a components object it looks actually more unorganized than having the traditional structured default object.
I can see your point. I was a big fan of the options API and was turned off from the whole setup() function. I do like the new syntax though. I'm a big fan of the more vanilla-like just create variables and functions and they just work. It's really just preference. I'm glad the options API is still an option though. No pun intended lol
I bought your course but I did not find a full VUE 3 project with authentification. I would have loved to learn more and start on the right path. I know you had one with old vue.
Just an idea, Brad, but I had an idea that might appeal to you: with the finished program from this video as a starting point, revise it to incorporate Pinia for all state management and local storage. I'm thinking of making that change in my own code....
Fab! Will do this asap. Does it use pinia? Does it use components from a single external source? I was never able to understand how to make buttons, modals etc as reusable components in Vue3. :)
Your explanation of these Vue's basic concepts is just so straightforward. Unlike some guys who will spend 100,000 years to describe it's features whatever before show me the practical usage.
This is my first project. I tried Udemy's boot camps but the way they taught me the fundamentals without implementing them somewhere for visual understanding. It wouldn't stick, then I came across this video and decided to give it a try.
I literally learned how to make functions, arrays, etc. When I would mess something up, the app would tell me through the localhost, and I would backtrack step-by-step with the video only to find that I would miss a comma on a function or place an array in the wrong area.
Thanks, I recommend this to anyone who is just starting and wants to learn!
In the world of popularity, I decided to stick with VueJS , Thank you so much Mr. Brad for another inspirational video.
ya me too. I am going to stick with them.
@@wovasteengova me too, the only true community based frontend framework while react lost it way and svelte got bought up
@@shawnshaw9859 wait, svelte got bought? :0 by who?
two years ago I had a choice: Vue or React. I made a mistake by choosing latter, trying to fix it now :)
I watched maybe a dozen different Vue 3 Composition API tutorials, and this is the one that made me really understand these concepts. Props, emits, life cycle functions... it's more than just a crash course. As always, Brad, you made my day and really showed how good your tutorials are. Your ability to teach is exceptional. The world is a better place because of you. Thank you for the video. I hope you will continue to enjoy creating content to make software really fun and understandable. Thank you again.
I strongly agree with you. Brad explains the concepts and practical in a very straight forward and concise way where I find other videos are long winded and confusing.
My god I love Vue. I had to use react for a company project for a year and every second I thought there is an easier way in Vue
I tried to learn react 4 times, every time I get bored to death and feel no joy at all, I use at my work sometimes to adjust some projects from the guys that leave, my boss just decided to use Vue with our Laravel projects and I'm really happy about it!
Thank you Brad, thanks to you I got my first job as frontend developer 5 years ago, Your course for Vue.js helped me a lot with the interview and my first months there. Now I'm looking for a new position and I was looking for some recap in Vue 3 for my next job interviews and I found your video! I'm sure I'm going to repeat the same good luck :)
I finished your JS from scratch course a few weeks ago and started doing projects, got the hang of it and tried React . Wasn't my cup of tea, especially having used SvelteKit a bit, but Vue, I like their background story a lot and I picked it up yesterday and It just happened that you uploaded a Vue 3 video. Awesome! Thank you!
Glad you are still uploading Vue JS content.. Thank's Brad !
No problem. Thanks for watching! I will be doing a Vue course at some point next year. Which also means more Vue RUclips content as well.
WOW! 🤩@@TraversyMedia
@@TraversyMedia pleaseeeee do it !!!! Even in your website , we will buy and support
Thank you Brad for all your Videos, I was a Java Backend developer earlier and your Angular and Js videos helped me to become as a full stack Developer. Whenever i finished watching your videos. I always felt confident that , i can do something with the topics i learned and implemented it .
Your concepts explanations are Crisp and clear.
I wish you , have a good health and all the best...
Vue JS soo easy to implement especially in composition API. I prefer it more over react.
It really is super straightforward. I love React, but there are a lot of quirks to get used to.
Me too. 👍🏾👍🏾👍🏾
yeah, that’s the reason I’m switching to Vue from React now
I've been watching your videos for a while now. It was your videos that got me started on programming. 5 years laters, you're still cranking out banger content. Thanks!
Chose Vue for work projects and haven't regretted it. Give it a shot!
I presume you work as a freelancer.
Excellent course, Brad! I just completed a Vue basics course on another channel and was going to start writing my own code right away but decided a little more practice would help, as would hearing things explained by a different person. I'm glad I went that way! I now understand several things better. As a huge bonus, you finally cleared up the difference between the options API, the composition API and the composition API with the tag, which had REALLY been confusing me in various examples I had been examining. That alone is going to make my future coding projects easier! I've done several of your courses now and they are consistently excellent so thank you VERY MUCH for doing what you do so well!
just trying this vue tutorial 3 days ago and finally I can understand about the props and emits concept. such a great and amazing video. I hope you can continue the tutorial of vue 3. thanks you so much
I have no choice but give a big like to this wonderful tutorial.
❤. Just started learning Vue about a week ago
How’s your learning going so far?
I'm also learning vue js .. is it worth it. Cus. Of im scare about all these things
my favorite RUclips Channel "Traversy Media", Thanks Brad for making my journey ease.
Wow so much straight forward since I am a React Developer I am impressed how the Vue works
Great tutorial, I really enjoy it.
Just in case it's helpful to anyone, you can enable decimals with input of number types, by adding step attribute. For instance:
Thank you very much for the tutorial! 🌞
also add number modifier, v-model.number="amount", otherwise, the v-model will return a string
Your videos about VueJS tutorial videos are helpful for the beginners like me. Thank you!
Thank you! I started to learn vue recently after more than 15 years of not working with web technologies and was confused about a lot of things. I followed religiously the instructions of your other vue video but I was still confused and learning the "setup" style. This video answered my questions, now I clearly understand the purpose. Again, thank you!
Thank you for this! Really helpful for a crash course before an interview where they use Vue. Coming from React it was just a perfect overview, and plenty of times I went off to the docs and learnt something new about Vue. Thank you again Brad!
Yeaaaaaaaa, best framework ever 🎉🎉🎉
You have always been really good at explaining how things work. Just explaining simply, how the il hover and transition works was extremely helpful. I hate css; always confuses me.
Good video and perfect for someone that wants to get a better idea of how Vue works if you’re trying to incorporate it into your project.
Your tutorials are really easy to digest. That 1 hour just passed by so quickly.
Coincidental that I decided to learn Vuejs properly today with your 2021 Vue js crash course, got to where you said you werent covering composition api, googled to see if you ended up making that separate vid, and whaddya know, published "3 days ago"
Thanks as always, Brad
Great tutorial!
I'm new to Vue and even though I had already seen all the stuff you showed, it was really good to understand better the composition API.
Also, it's always good to see tutorials with a nice UI and covering all functionalities like that
Great tutorial, as I’m new to Vue I was not aware of emits, now I am, and they’ re exactly what I need!
Good to see you back with a Vue JS tutorial and the composition API for Vue's reactivity components.
Thanks for this tutorial, helped me transitioning from Vue 2 to Vue 3.
Best frontend framework!! Vue❤
Love to see Vue content on your channel.
Want to se Nuxt 3 also. Make some fullstack projects in Nuxt 3.
Thank you ;)
Yeeesss a MEVN stack!
Vue is the best js frontend framework. the implementation is seamless
Great! This is the perfect initial course to start with Vue! Thanks a lot!
31:12 defineProps is macro available in script serup - no need for importing it :)
awesome job with the tutorial :D
Thank you very much Mr. Brad for what you are doing. You summarized on this tut what i could have spent hours. many thanks
Nice I know this is going to be great!
Once that music starts and your voice is heard.
My laptop says , let’s do this 🤟💙💪🏽☕️
Awesome!
Ive been building a passion project in Vue the last year! Cant wait to use this toast lib to add a little pazaz to my UI 😊 Thanks Brad!!
Glad to see you again in this new Vuejs tut. Pretty awesome, and thanks so much Mr. Brad
Thank you so much for creating this tutorial. A total beginner here and it's perfect.
Thank you for your video. I'm new in Vue, and this tutorial taught me a lot of basics. I hope you can make better and better videos!
hey
Then only channel I just press like no matter I watch or not.
It's appreciated 👊
brad is like that awesome older brother figure we never had, love you man thanks a lot for all these years
Great tutorial. specific and no boiler plate talks as always from you, like it 🙂
"Your tutorial was incredibly helpful and wonderfully presented! Thank you for sharing such valuable knowledge in such a cool way."
Awesome job, please make more content with Composition API
hands down the best teacher
Vue3+composition api❤❤❤
I'm here just to say "Hi!" to Brad! You are awesome, as always!
Looking forward to learning here
Thanks Brad, your content is excellent. Love your teaching style
Watching from Tanzania
jambo kaka 😂
ha, love it, Exactly what my next APP will be. But on top of what you have I will have supabase behind the data and quasar to help out with workflow and UI components
Great tutorial. Learning Vue for first time. @1:05:05, Coming from React, Vue seems easier
Wooow thanks Brad from Italy! I love vue, hope to see more video about that and vite + pinia
Thank you so much for the tutorial. You always make our lives a lot easier!
I can remember using the compositional api 1 or 2 years ago without the script setup tag. However, besides the convenience of not having a components object it looks actually more unorganized than having the traditional structured default object.
I can see your point. I was a big fan of the options API and was turned off from the whole setup() function. I do like the new syntax though. I'm a big fan of the more vanilla-like just create variables and functions and they just work. It's really just preference. I'm glad the options API is still an option though. No pun intended lol
gracias
You Explaination is awsome .... dear.... and also conent project is excellent.... keep it up dear
Love this content. Vue is the way to go.
Great demo as always - well paced and full of relevant real-word content. Thanks !
Excellent as always, much appreciated.
Thanks Brad, once again great content!
Goated Lecture fr.
Love Vue with composition api. It's also very similar to Svelte
great video. now i can do the tasks of my job.
Awoohoo! Looking forward to coding along
I bought your course but I did not find a full VUE 3 project with authentification. I would have loved to learn more and start on the right path. I know you had one with old vue.
Absolutely great tutorial, mega well explained.
Brad loves from costa rica mate, hopefully one day i will appear on one of your videos.
Thanks sir. Another masterpiece ❤❤
Thanks for the good tutorial.
This is very great, thanks Brad
Thank you for your nice lesson. It helped me a lot.
Great content. Thank you! Can you please also create video of Vue3+ionic+capacitor?
Just an idea, Brad, but I had an idea that might appeal to you: with the finished program from this video as a starting point, revise it to incorporate Pinia for all state management and local storage. I'm thinking of making that change in my own code....
Great content as always Brad. Will be also awesome see some videos about Nuxt. Thanks Brad!!
Thanks Brad. I hope some contents for Nuxt 3
Brad, if you create a zero to hero course about VUE, I'd be the 1st person to purchase it.
This is awesome, thank you!
Wonderful content.. Thanks' Brad !
Thank you so much Brad.
Thank you Brad, awesome content 😊
Thank you Brad!
❤ Vue 😊
Just on point. 🎉 thank you
I love Vue and i love you content
I like Vue 3, but Nuxt 3 is definitly my go
Thank you for your knowledge!
superb turtorial
Thanks Brad! Would you consider creating a Nuxt project tutorial too?
Thanks!!! great explaination. now to try it on my own 😜
Fab! Will do this asap. Does it use pinia? Does it use components from a single external source? I was never able to understand how to make buttons, modals etc as reusable components in Vue3. :)
Thank you so much for this Vue tutorial
Superb!
Good job my bro!
welcome back
please make a video about Vue Flow
Really appreciate this tutorial. But which VSCode extensions do you use?
Thanks, very cool project.