📚 Sign up and get notified about my new Vue 3 course! And get a free cheat sheet! - bit.ly/2vFWBQi
@marcosmoralesrodrigo99634 жыл бұрын
Hi Erik, 47 + 47 is not 67... :) In the prices of your course, Starter layer: course.vuecourse.tech/ Also, keep it up! I like the way you explain stuff... I actually understand it! :D
@tanzeel4444 жыл бұрын
Been working with React for a year, and it clicked almost as soon as I started. With React you're basically just writing vanilla JS. Tried Vue a few weeks ago, and despite repeatedly hearing how much easier it is to learn than React, I found it hard, and also very Angular-like.
@ishraqkabir86814 жыл бұрын
Sameeee The thing about react i like most is writing vanilla js all the time And i have no problem writing jsx at all
@ychinamale4 жыл бұрын
Find it funny how most Vue videos say "you don't use JSX" as if that's a plus. What if you like JSX and find it easy/intuitive? Pick whatever framework makes most sense to you!
@anth0ni333 жыл бұрын
Yes!! I've been hearing "Vue is easy" but I feel it's hard mainly because it has no jsx
@kevinandeleven4 жыл бұрын
Vue does have JSX, though it is not as popular as the template syntax.. Matter of fact, almost all techniques React provide, Vue provides as well, though some might not be the default way of doing it in the Vue world..
@kevinandeleven4 жыл бұрын
Therefore Vue >>> React
@faresgeek-dz56924 жыл бұрын
Starting vue now is like starting Django in 2016 . When no one was interested in it 😂😂 but now things changed
@CodeProps4 жыл бұрын
I am working in Vue for more than 1.5 years, It's not that new. Svelte is more fitting, even newer than 'Vue' and has huge potential.
@RaviKumar-fx5dz4 жыл бұрын
@@CodeProps yes svelte is awesome
@mrkhoros4 жыл бұрын
Erik thank you for making these videos. Your explanation did not convince me to start Vue. Maybe because I am scared of change or think that I have done React and node for 2 years and still feel I dont know much. But still great videos.
@ProgramWithErik4 жыл бұрын
No problem thanks for watching
@aixoxa4 жыл бұрын
Vue all the way 😂
@VintageCOD4 жыл бұрын
Why does it matter that it's not JSX? JSX is just HTML with class as className and some other diferences that don't really matter
@jaydengibson4654 жыл бұрын
Actually, the template tech of VueJS was built on the top of JSX, you can use JSX insde Render function inside Vue component. you have more choices.
@nekran4 жыл бұрын
I have tried vue3 + Vue-Router4 with typescript and i stopped it for now. I wanted to you use it to migrate a small angularJS. Too many librairies still does not work correctly. Even with the vue-cli you need to make some change in the generated files... (worst part was to change the webpack config) I will give it some time for all tools to migrate correctly. So maybe at the start on the next year ( i have to keep learning others technologies).
@debvdo4 жыл бұрын
Is Vue 3 only for large apps? (By "large", about how many components do you mean?) Small to medium sized apps should continue to use the options api, even in Vue 3. Am I right?
@othnielonyoutube4 жыл бұрын
It's the "... and why you should learn it if you haven't already learned it already" for me
@philip96774 жыл бұрын
Do i need to be advanced JS develper to do vue, i know the basics and fundamentals of JS
@ProgramWithErik4 жыл бұрын
Nope, it's really easy
@nanchitacr4 жыл бұрын
I didn't know anything about js when I started using vue, you learn as you go!
@tomhoma4 жыл бұрын
how long can i stay with vue2
@Kiran-wc6qy4 жыл бұрын
Bro i am a fresher front end developer. vue 3 version is in beta. can i learn version 2. r i should wait for ver 3. because documentation is under developement.
@aakashbashyal18224 жыл бұрын
Go with version 2. There will be very less changes, it's basically a update to Vue 2.
@LukeAvedon4 жыл бұрын
Are you going to do another Manning book for Vue 3?
@NatJulianBelza3 жыл бұрын
You're wrong about react hooks.
@debanjanbarman72124 жыл бұрын
multiple v-model is really awesome
@theamanjs4 жыл бұрын
I think it's inspired from ng-model. Of course it's best of react and angular. But maybe this thing came from angular.
@anonymousshooter36364 жыл бұрын
I am fan of jsx.
@khanriza4 жыл бұрын
These changes carry over to NUXT too?
@ProgramWithErik4 жыл бұрын
Yes
@ecofriend934 жыл бұрын
Does Vue 3 have an alternative to filters?
@epostenmin4 жыл бұрын
Methods 😎
@ivankecina26924 жыл бұрын
Computed properties are used instead of filters
@ProgramWithErik4 жыл бұрын
You just use computed properties or methods. It basically does the same thing.