With the release of Vue 3, is it better to learn Vue 3 or Vue 2 if you're starting now? I touch on this subject in a video I made on learning Vue.
Interested to know your thoughts.
With the release of Vue 3, is it better to learn Vue 3 or Vue 2 if you're starting now? I touch on this subject in a video I made on learning Vue.
Interested to know your thoughts.
For further actions, you may consider blocking this person and/or reporting abuse
Camilo Micheletto -
Nandini S Hinduja -
Sharad Raj (He/Him) -
Stephen Gbolagade -
Once suspended, markokoh will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, markokoh will be able to comment and publish posts again.
Once unpublished, all posts by markokoh will become hidden and only accessible to themselves.
If markokoh is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Mark Okoh.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag markokoh:
Unflagging markokoh will restore default visibility to their posts.
Top comments (4)
It's a bummer that when you switch - there's no backwards compatibility.
For example, figured we'd use 3 recently in a CodePen. Wrote up a little Vue instance and couldn't figure why it didn't work. No error. Nothing to teach us that 3 is just totally breaking changes...
Eerily similar to what happened with Angular. Since Vue is (really) similar to Angular 1.5, we can already see how this will play out.
I went with Vue 3 simply because it's the latest version. I know that not all the component libraries work with Vue 3 yet, but hopefully it shouldn't be too long before they do.
Vue 2 for more third party libraries' support.
Vue 3 for better IDE support, JSX / TypeScript support, and composition API.
Start with VueJS 2 and then make the switch when you really need it.