Vue JS 3 Tutorial for Beginners #3 - Vue.js Basics (part 2)

  Рет қаралды 312,514

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 214
@lebogangledwaba9754
@lebogangledwaba9754 2 жыл бұрын
Where have you been all my life(well, 3 years ago)? This is my second tutorial of your tutorials and you explain things even a child would understand. THANK YOU VERY MUCH!! Keep up the good work.
@NetNinja
@NetNinja 2 жыл бұрын
Thanks for the kind words Lebogang :) much appreciated!
@ДанилМ-р8ы
@ДанилМ-р8ы 2 жыл бұрын
Agreed. He explains everything really well
@CouchBit
@CouchBit 8 ай бұрын
That's quite a well articulated sentence for a 3 year old haha
@k3tna
@k3tna 4 жыл бұрын
Magical, thanks. Shaun: "I don't want you to watch me type the CSS out, it's not a CSS course." Ends up throwing a couple of words on every property. What a boss!
@mk9834
@mk9834 3 жыл бұрын
Even though I am a seasoned Vue2 developer, going through this whole series without skipping actually refreshed my memory and consolidated my skills as well! Thanks Shaun!
@maskman4821
@maskman4821 4 жыл бұрын
I really like this book list example, it applies the techniques we use in daily development in almost all projects, for example we can toggle favicon and change color, and the filter feature that render the bookswe want, etc. The demo example is really useful and practical, Shaun is trully a master of instructor on application development !!!
@NetNinja
@NetNinja 4 жыл бұрын
Thanks Stephen :)
@brownieblondestudios3764
@brownieblondestudios3764 4 жыл бұрын
.box{ padding: 100px 0; width: 400px; text-align:center; background: #ddd; margin: 20px; display: inline-block; }
@bencroacademy
@bencroacademy 3 жыл бұрын
Everytime there's any new stack I need to learn. Shaun is the go to guy..
@furkangonulal1355
@furkangonulal1355 4 жыл бұрын
19:45 those who wanna use their own images , but getting size issues; just use css --- img { max-width:190px;} and there u go
@AidanHomewood
@AidanHomewood Жыл бұрын
So awesome how thorough this is - I love that you've considered all these edge cases (like when passing in multiple parameters to handleEvent) and go into such depth.
@NetNinja
@NetNinja Жыл бұрын
Thanks, hope it was helpful!
@sekerek
@sekerek 2 жыл бұрын
So far among other tutorials I have dived in, this gave me the full understanding of every single thing he uses while coding. THANK YOU VERY MUCH SIR!
@NetNinja
@NetNinja 2 жыл бұрын
Glad it helped! :) thanks for your comment Angelo
@bjblk1
@bjblk1 2 жыл бұрын
This is one of the best tutorials I have ever seen for any technology.
@koossaayy
@koossaayy 4 жыл бұрын
I have looked forever to understand computed props, but your course, in only 6 mins, MAN YOU ARE AMAZING ♥
@murat6018
@murat6018 3 жыл бұрын
Whenever I want to learn something new about programming, the first thing I search for is "the net ninja {insert topic here}". Wonderful content!
@rethern7966
@rethern7966 2 жыл бұрын
so far this course is beyond helpful, I have a Vue midterm Monday and this is going to be a lifesaver thank you
@NetNinja
@NetNinja 2 жыл бұрын
Best of luck Rether!
@sbastion8446
@sbastion8446 3 жыл бұрын
Thank you so much for providing these tutorials, Shaun! I've learnt Laravel, a little bit of React, & now Vue (in-progress) through these videos & they've been a big help. I also like that your tutorials not only give us viewers the code explanation, but also implement them in a project; it helps me to better understand how the code works. I'm having problem when learning through reading; they drain me mentally. But it feels easier when learning through videos like these. I'm sure your efforts will be repaid in some way. Cheers!
@felixbecquart
@felixbecquart 4 жыл бұрын
Shaun you became my best instructor. Thanks for all that you bring to the community
@NetNinja
@NetNinja 4 жыл бұрын
Thank you for the kind words :)
@maskman4821
@maskman4821 4 жыл бұрын
Master Ninja Shaun Pelling is one of the best two instructors ever, the other one is Maximilian Swatsmuler !!!
@felixbecquart
@felixbecquart 4 жыл бұрын
@@maskman4821 ahahah I think the same!
@Chokluss
@Chokluss 3 жыл бұрын
i don't know if i have fall in love with vue or you are just a very good cupid
@makuinjapan9156
@makuinjapan9156 2 жыл бұрын
The videos are great! but they got better when you mentioned "The name of the wind" - Now I know you are my people.
@PrInCeMoHiT1
@PrInCeMoHiT1 Жыл бұрын
If only Rothfuss can work as quickly as Shaun 😢
@toobamohammadianahrabi1701
@toobamohammadianahrabi1701 2 жыл бұрын
I tried watching KZbin videos for the first time and this course was great. I'm very happy for this experience and start. thank a lot 🧡
@quelzar
@quelzar 3 жыл бұрын
The best Vue guide on KZbin by far :) Thanks
@spicemasterii6775
@spicemasterii6775 3 жыл бұрын
Seriously excellent content! Not just Vue but all your content. Subscribed. And thank you.
@C4ssstiel
@C4ssstiel 3 жыл бұрын
Great piece of tutorial mate. Just started learning Vue at College and came here for an additional source of info. Great Job. Cheers
@nikzadbehnam1027
@nikzadbehnam1027 2 жыл бұрын
You can't imagine how much I feel lucky after visiting your channel ... thank you for sharing your knowledge in this beautiful way. 🥀
@benman3509
@benman3509 3 жыл бұрын
I freaking love the idea of the challanges!!! Please do it in every video. It is actually a quite easy idea but what an amazing one!
@leannemillar7826
@leannemillar7826 11 ай бұрын
One of the best tutors on KZbin. So glad I discovered this channel!
@NetNinja
@NetNinja 11 ай бұрын
Thanks Leanne, that means a lot :)
@irocx8745
@irocx8745 3 жыл бұрын
You can have index of the element just like basic js for/forEach loops by using "(book, index) in books".
@ridl27
@ridl27 4 жыл бұрын
recently I decided to learn one more front-end framework and this series gives me no choice :D ty.
@juliadjh
@juliadjh 2 жыл бұрын
so far the BEST tutorials !
@NetNinja
@NetNinja 2 жыл бұрын
Thanks Julia :)
@mebtuabebe8428
@mebtuabebe8428 Жыл бұрын
I am eating Vue3 from its head! The author has a very nice methodology of teaching. A mega ton of thanks for him.
@NetNinja
@NetNinja Жыл бұрын
Thanks Mebtu!
@push2me936
@push2me936 2 жыл бұрын
Thanks a lot Shaun! Let's give it a wow! This is teaching on Champions League level!
@edwardorilley552
@edwardorilley552 2 жыл бұрын
I just want to say thank you for this course...I came from Angular to clear my mind and soul xDDD
@abddulrahmanas
@abddulrahmanas 2 жыл бұрын
If you got an error like this: "Elements in iteration expect to have 'v-bind:key' directives", you need to add this attribute: :key="book.id". But you must create the id in the every book in the books array. In vue every child that is in a dynamic list of items, must have an id (this is also in React).
@kabakiAntony
@kabakiAntony 3 жыл бұрын
coming from backend and this being the first dive into frontend frameworks ,this is a great tutorial for introduction really great tutorial , thank you
@marsdwarf
@marsdwarf Жыл бұрын
I loved the challenge. I wish there were 3 - 4 challenges at the end of each lesson!
@tech_beauty
@tech_beauty 3 жыл бұрын
Your tutorials deserve thousands of love reactions.
@andreaslam
@andreaslam 4 жыл бұрын
I am taking Python and Shaun’s JS course on Udemy. Wish me luck! 💻 ⌨️📝
@NetNinja
@NetNinja 4 жыл бұрын
Good luck :)
@arslannoorofficial
@arslannoorofficial 3 жыл бұрын
how much far are you in 4 months?
@photorealm
@photorealm 3 жыл бұрын
Net Ninja, You are very very good at teaching. Thank you for doing what you are doing.
@medui
@medui 4 ай бұрын
Once I realized we’re never going to get a continuation of The Name of the Wind, I forced myself to forget, since my heart was broken. Well this tutorial is fking awesome, but I feel empty inside now. I hope some smart AI will sometime finish this book series. Thank you for the tutorial, after Django this is refreshing to learn.
@ownsupernoob2
@ownsupernoob2 4 жыл бұрын
after react i will get back on vue 3!:) thank you net ninja for making many many tutorial none stop.
@theindiedev.mstflotfy
@theindiedev.mstflotfy Жыл бұрын
Thank you very much! Incredibly helpful. You explain every little detail in a very logical way. This is the best Vue Tutorial I've come across so far.
@NetNinja
@NetNinja Жыл бұрын
You're very welcome! thanks for the kind words :)
@Foused87
@Foused87 4 жыл бұрын
Quality of these tutorials is amazing so please make react tutorials like this
@carldrogo9492
@carldrogo9492 2 жыл бұрын
He already has several React courses.
@oybekrasulov2271
@oybekrasulov2271 4 ай бұрын
Great tutorial for beginners, even i recommend to experienced developers, thank you
@NetNinja
@NetNinja 4 ай бұрын
Glad you enjoyed it!
@zakaria20062
@zakaria20062 2 жыл бұрын
This series is better then some udemy courses
@carldrogo9492
@carldrogo9492 2 жыл бұрын
No doubt!
@MrJohnny2109
@MrJohnny2109 2 жыл бұрын
Amazing tutorial, I really appreciate it! Deffinitely the best Vue one I have ever seen for begginers! :)
@DirkFraanje
@DirkFraanje 2 жыл бұрын
So for me at 28:50 it only works (like you explained earlier) when I fist add the event as $event and the book as the second parameter, how can it be that it is working for you?
@yourtrinty
@yourtrinty 3 жыл бұрын
You know, this person just teaches how the udemy teachers teaches. Greate !
@xrayian
@xrayian 3 жыл бұрын
He is a udemy teacher duh
@moacyrdacruzjr393
@moacyrdacruzjr393 2 жыл бұрын
In order to refer the last chapter on this course to check out about different array methods at 32:00, do you mean the video #11?
@Ipdxcreative
@Ipdxcreative 3 жыл бұрын
Dude your amazing! Thanks so much! Im new to Vue and very impressed with v-for like wow
@wizurai_engineering
@wizurai_engineering Жыл бұрын
Really appreciate your teaching method. Clear explanation.
@NetNinja
@NetNinja Жыл бұрын
Thanks Chris :)
@abigailwacukakamau1020
@abigailwacukakamau1020 3 жыл бұрын
The only guy I would not skip ads for
@lammmpo
@lammmpo 5 ай бұрын
Hi! Recently I began working as a software engineer but I've never used Vue. Your videos are amazing and really helpful. I have a questiong about computed data. which is the diference between methods and computed? you can define filteredBooks in methods and use v-for="book in filteredBooks()" instead of computed. I would really appreciate your answer. Thank you :)
@deki90to
@deki90to 3 жыл бұрын
Omg I can not describe the feel I felt after I saw {{ }}, I'm comming from Django, and...omg I love Vue...and HATE react
@CybercoderNaj
@CybercoderNaj 3 жыл бұрын
Bruhhh, same. I learnt React and I can't understand shit. Vue seems so much better.
@mr.k8660
@mr.k8660 7 ай бұрын
i thought django was a backend framework ???
@deki90to
@deki90to 7 ай бұрын
@@mr.k8660 ??
@joshmosley
@joshmosley 7 ай бұрын
​@mr.k8660 Django has a template engine that uses the same {{}} syntax, Flask also has a templating engine (Jinja2) that uses this syntax.
@artem_egamediev
@artem_egamediev 5 ай бұрын
​@@mr.k8660 Django fullstack framework
@PraveenKumar-if6lw
@PraveenKumar-if6lw 3 жыл бұрын
Hi Shaun i'm a beginner and using your video as a practice so i can learn Vue 3, at 3:22 on the double click event when i double clicked it is not working and the other such as mouseleave , i has to click once inside the box and outside the box so the console can be triggered to show the numbers, if you can you point what could be gone wrong, will be really appreciated.
@CrashOrFly
@CrashOrFly 3 жыл бұрын
Same here. The code does not work as expected. Help, anyone?
@fabioespositovlog
@fabioespositovlog 2 жыл бұрын
Same for me, I am using chrome as browser
@fabioespositovlog
@fabioespositovlog 2 жыл бұрын
Actually, it looks like it is a problem with the inspector of chrome, because if you close it, hover your mouse on the different boxes a few times and then re-open it, the events are in the console. I think the "hover" is deactivated on the inspector.
@narasimhareddygolla2454
@narasimhareddygolla2454 4 жыл бұрын
You are really doing a good job
@agofpos
@agofpos Жыл бұрын
I'm 32 and this particular video is taking me days to digest everything. I am on my second day. I feel like I am old
@NetNinja
@NetNinja Жыл бұрын
Stick with it Chakiwag! :) everybody learns at different speeds and it's good to take extra time to digest sometimes. Plus 32 isn't old, aha, I'm 36!
@junimeme5626
@junimeme5626 3 жыл бұрын
When I saw his toggle method I facepalmed so hard I made a dent in my skull. It's so simple and intuitive compared to mine. Love it!
@ilias5185
@ilias5185 3 жыл бұрын
What was yours?
@iqaznili
@iqaznili Жыл бұрын
Thank you Shaun! Just wanted to let you know that I read all the books in the example. :)
@NetNinja
@NetNinja Жыл бұрын
Awesome! :)
@dieudonnemukunzi2471
@dieudonnemukunzi2471 4 жыл бұрын
Our Super Ninja. Thx Shaun 🤺
@shubhang2877
@shubhang2877 4 жыл бұрын
OMG Shaun youre on fire 🔥🔥🔥
@Sdirimohamedsalah
@Sdirimohamedsalah Жыл бұрын
Very smooth explanation!
@AzeemAsim
@AzeemAsim 3 жыл бұрын
Netninja is awesome as always.
@CSKAASIPRASANTHA
@CSKAASIPRASANTHA Жыл бұрын
Excellent sir👍
@NetNinja
@NetNinja Жыл бұрын
Thanks for watching!
@avigail_assistant
@avigail_assistant 3 жыл бұрын
You are an amazing teacher!
@psgbjj
@psgbjj Жыл бұрын
Hello, have a comment. Thank you for this tutorial 👍 very helpful
@jessieaguiao
@jessieaguiao 4 жыл бұрын
Thank you very much for this The Net Ninja. Will buy your Vue 3 course from Udemy next week.
@NetNinja
@NetNinja 4 жыл бұрын
Thanks so much :). I hope you enjoy it!
@jessieaguiao
@jessieaguiao 4 жыл бұрын
@@NetNinja i am pretty sure i will.
@Olejoss1906
@Olejoss1906 Жыл бұрын
Was going to try out the challenge, but when I checked the repo there are over 180 lessons, whereas the playlist contains 12 videos. I guess each video contains more lessons packed altogether. Would be good to enumerate them somehow to know which branch lesson should we pick in certain point in time.
@designcode5126
@designcode5126 4 жыл бұрын
Ohhh man this is what i was waiting for ..... Thank you so much
@JuanGarcia-pu2qc
@JuanGarcia-pu2qc Жыл бұрын
Thank you sir, I learned a lot...
@MrChosenLP
@MrChosenLP Жыл бұрын
haha I like how you used Name of the Wind as an example.
@maycodes
@maycodes 2 жыл бұрын
You are so awesome Shaun, thanx a lot !
@ahmadalharbi9097
@ahmadalharbi9097 3 жыл бұрын
Thanks Shuan , I decided to learn either React or Vue . Any recommendation I am so confused! By the way you in your laravel course you have said your next serie will be either vue & laravel or react &laravel , have you decided yet?maybe your answer will guide me thank you again
@AlexTheGreatish
@AlexTheGreatish 4 жыл бұрын
2:13 the way you said "Over Yeaah" made me think of Cartman from South Park haha
@ShajidHasan
@ShajidHasan 3 жыл бұрын
This comment will probably go unnoticed, but I'm very curious. These three books are some of my most favorites. I absolutely love Brandon Sanderson. Are you a fantasy reader as well? I've always been fond of you as a tutor but this is just amazing.
@Yazuroshi
@Yazuroshi 2 жыл бұрын
For some reason, when I did the same for the computed properties, all of my list items disappeared, although I had 2 of them as 'true'. Hmm...
@divsyntax9720
@divsyntax9720 Жыл бұрын
Dnt knw if you have the answer for this, seeing it's been a year. I was facing the same issue and found the answer!! Lol I didn't want to move on unless I did. So, turns out, ur prob putting computed: INSIDE of methods:. If you're doing it outside, and it's still doing that, then it's something else. But for me, that was the case. Happy coding! :)
@TriinTamburiin
@TriinTamburiin 3 жыл бұрын
I'm liking vue very much so far, more than react tbh
@chizuru1999
@chizuru1999 2 жыл бұрын
I have a doubt. How come passing book argument and changing its valued also changed the original books array??
@ridl27
@ridl27 4 жыл бұрын
my solution of the challenge is completely as yours lol, even the names of method & param :D
@jeffgoes4116
@jeffgoes4116 3 жыл бұрын
It got me very confused when you changed isFav property just by using the param received by the function "toggleFav()". Because in theory we just receive a value and reassign it but we are never changing the actual array. In React, for example, we would have to create a new array of objects and change that specific book for this change to take effect (using Map, filter or whatever). What does Vue do under the hood to understand that we are changing that specific property of the array?
@WungaBungaMC
@WungaBungaMC 2 жыл бұрын
The parameter 'book' that is passed into toggleFav(book) is passed in from the 'v-for:book in books' loop. That parameter 'book' is a reference to the current book being displayed in the for loop. In other words, the book.isFav property of each individual book is now accessible to be modified. Without passing that parameter in, there would be no way to modify each books isFav property individually.
@prajyotbhujbal5563
@prajyotbhujbal5563 4 жыл бұрын
Best in the world❤
@MrSMGun
@MrSMGun 3 жыл бұрын
can you use a method for the books array loop instead of data option in the component. something like v-for="book in this.books()"
@abbosbekuz
@abbosbekuz 3 жыл бұрын
thank you sir for very good tutorial
@harshadsonaje
@harshadsonaje 2 ай бұрын
The mouse events are not working on latest Chrome browser but they work on Edge are you familiar with this problem? Any fix for this?
@JamesMorgan2
@JamesMorgan2 3 жыл бұрын
I'm looking at lesson-11 on github and finding when I run it that the mouseover events aren't working. For some reason it's only firing when you click in the first box. At first I thought it was a mistake in my code I was typing up as I was following on. Has something changed since the creation of this vid? Just to add testing on the latest version of Chrome, and Brave. Edit - appears it's when inspect is active. The position mouseover works fine when inspect is not active.
@JamesMorgan2
@JamesMorgan2 3 жыл бұрын
Figured it out. I had 'device toolbar' toggled.
@CrashOrFly
@CrashOrFly 3 жыл бұрын
@@JamesMorgan2 What 'device toolbar'???
@kunalpandey7189
@kunalpandey7189 3 жыл бұрын
This is good, like really really good
@sarmad54
@sarmad54 2 жыл бұрын
Thank you Shaun for this wonderful and stimulating tutorials. Don't you have a course on Laravel and Vue 3 combined ?
@etiennechevrier3201
@etiennechevrier3201 3 жыл бұрын
Amazing videos!
@adityaathavale3662
@adityaathavale3662 4 жыл бұрын
well done ninga
@soumikahammed9170
@soumikahammed9170 4 жыл бұрын
my bind attribute is not working? can you give me solve of this problem?
@ricardohernandez7263
@ricardohernandez7263 3 жыл бұрын
The books references are great! hahahaha
@FRONTRUS
@FRONTRUS 4 жыл бұрын
That is awesome, thanks 👍💙
@mostafamohamed6118
@mostafamohamed6118 3 жыл бұрын
I really can't thank you enough!
@ivanvincent7534
@ivanvincent7534 3 жыл бұрын
Thank Vue Shaun.
@earnmoneystrategy8130
@earnmoneystrategy8130 2 жыл бұрын
I would be thankful if come to know how to add or remove class using class binding in vue.js 2
@vincej151
@vincej151 4 жыл бұрын
I have been using JS and JQuery for years. I am currently building an order processing application on Laravel. It already have hundreds of lines of JS /JQuery. Can you use Vue js for medium sized business applications? I have read that it is overkill unless you are building something really big. Wrong ?? Right ??
@TheCodebookInc
@TheCodebookInc 4 жыл бұрын
Love you Shawn
@abdirisakhalac
@abdirisakhalac 4 жыл бұрын
I am taking your Vue 3 Course on udemy i wish me luck😍
@NetNinja
@NetNinja 4 жыл бұрын
Thanks :). And good luck!!
@ericksonsv
@ericksonsv 4 жыл бұрын
Thanks shaun!... 👍🏾
@sherdiliftikhar3703
@sherdiliftikhar3703 2 жыл бұрын
Hi there! I have a question. When you are using f-for( in outputting lists), where you have an array of objects. Conventionally we do not put a comma after the last element of the array (an array in your case). You did put a comma and still, it runs. how?
@salmankhan547
@salmankhan547 Жыл бұрын
Javascript allows trailing commas. It will simply just ignore it. If you do have two commas at the end it will increase the length of an array thou myArray=[1,2,3,,,] this will actually make the length of the array as 5. NOTE: JSON doesnt allow trailing commas.
@sathvikshenoy5550
@sathvikshenoy5550 4 жыл бұрын
Legit been waiting for this. Can you also explain ways vue 3 has changed over vue 2? Thanks a lot
@NetNinja
@NetNinja 4 жыл бұрын
Main difference is the new Composition API & composable functions (a bit like React hooks). So now we can group logic together easier & make code much more reusable. Also other features like Teleport, Suspense & multi-root elements for components are new to Vue 3.
@brothercaleb
@brothercaleb 4 жыл бұрын
@@NetNinja are you gonna refresh react tutorials too... is there anything new to react?
@ruanoseba
@ruanoseba 4 жыл бұрын
Awesome, beats reading the new changes on the Vue page. I was listening to your entire playlist before I purchased the class for 14.99, but the class just spiked to 99.99. YIKES!
@thilakmani1287
@thilakmani1287 4 жыл бұрын
Well done 👍
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
The CSS Display Property is Changing Forever
15:20
Web Dev Simplified
Рет қаралды 80 М.
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 37 М.
Vue JS 3 Tutorial for Beginners #7 - Forms & Inputs
45:41
Net Ninja
Рет қаралды 194 М.
Web Developers Are Disconnected
21:36
ThePrimeTime
Рет қаралды 248 М.
Vue JS 3 Tutorial for Beginners #1 - Introduction
13:40
Net Ninja
Рет қаралды 878 М.
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,7 МЛН
Vue 3 Crash Course | Project From Scratch
1:58:46
John Komarnicki
Рет қаралды 104 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 1 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН