Vue 3 & A First Look at the Composition API
Video Statistics and Information
Channel: Academind
Views: 92,807
Rating: undefined out of 5
Keywords: vue, vue 3, vuejs 3, vue3, vue composition api, composition api, vue 3 composition api, vue 3 composition, tutorial, vue course, vue 3 tutorial
Id: V-xK3sbc7xI
Channel Id: undefined
Length: 45min 17sec (2717 seconds)
Published: Wed Dec 11 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Max is a great teacher. I really enjoyed his vueJS course on Udemy
So, it's React Hooks, but in Vue?
Max was my first online teacher who taught me what is a web application. I wish I could meet him personally and thank him.
For the simple things i want to use Vue for, it's perfect and down right easy... I just can't get past all the npm, node version, and webpack config problems :'(
This looks better than the current object syntax, but I think there is room for improvement. Why the need to wrap reactive variables in functions when initializing them and then the need to access properties on them when changing their value?
This is a leaky abstraction. It should be enough to just declare them and then assign to them like regular variables, the same way as in e.g. Svelte. Explicitly returning them from the setup() function is fine.