Vue 3 & A First Look at the Composition API

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024
  • Vue 3 will be released in 2020 and it'll add one pretty neat nice feature: The Composition API. Time for a first look and introduction to this new, optional way of writing your Vue components!
    Join the full "Vue - The Complete Guide" course: acad.link/vuejs
    Check out all our other courses: academind.com/...
    ----------
    Check the official Vue 3 Composition API RFC: vue-compositio...
    And the API Reference: vue-compositio...
    ----------
    • Go to www.academind.com and subscribe to our newsletter to stay updated and to get exclusive content & discounts
    • Follow @maxedapps and @academind_real on Twitter
    • Follow @academind_real on Instagram: / academind_real
    • Join our Facebook community on / academindchannel
    See you in the videos!
    ----------
    Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!

Комментарии • 250

  • @richharris3944
    @richharris3944 4 года назад +61

    If you want to skip review of Vue 2 options API, start video at 17:23

  • @maskman4821
    @maskman4821 5 лет назад +31

    This is the best vue-composition-api tutorial ever, I understand everything that Max explained and talked about !!!

    • @nyambe
      @nyambe 4 года назад +1

      Max is simply the best 🎸

  • @superknife0512
    @superknife0512 5 лет назад +4

    This composition API make Vue more and more like functional programing style which is awesome (I really like it when using React) :3

  • @UsamaKhan-um3nr
    @UsamaKhan-um3nr 5 лет назад

    Max sir, you are the great teacher, I have learned VueJs, nodeJs and now I am learning angular 8 from your videos. your explanations and voice quality are awesome...

  • @KostasOreopoulos
    @KostasOreopoulos 5 лет назад +3

    The new api is great. The proxy api enables reactivity, so you do not have to declare data and functions as different object properties which is great and now can easily split data and code.
    I am really curious how computed is implemented under the hood, basically how that function finds out which reactive data are used inside its body. The only way I can think of is parsing the body of the function and finding out which values are passed from the closure.

  • @mpu-easy9568
    @mpu-easy9568 5 лет назад +5

    Hi Max, I am missing the link to the source code. It isn't in text below the video. Thanks!

  • @RajaSekar-jw3tq
    @RajaSekar-jw3tq 5 лет назад +20

    That was a great introduction to Vue 3 max... But I feel it's too much for simple to medium vue apps as the Vue 2 syntax is more predictable where you can find ur data.... Consider a 100 data variables are there and for making everything reactive we need to surround everything with the keywords reactive and ref... It's crazy

    • @GungooseHonk
      @GungooseHonk 4 года назад +5

      Why not mimic data object with one single reactive variable in setup?
      setup() {
      const data = reactive({
      products: [],
      show: false
      })
      ...
      return {
      data,
      ...
      }
      }
      I really like this new composition API. Looking forward for Vue 3!

    • @sergiishilingov5609
      @sergiishilingov5609 4 года назад +1

      @@GungooseHonk and what about all computed and watch elements in your component. Will you mimic it too?
      It's too many data inside one setup method and with those reactive, ref and .value it becomes more difficult to read.

    • @guibirow
      @guibirow 4 года назад +2

      This is why is an alternative approach, use which one is best

    • @patrickc.6183
      @patrickc.6183 4 года назад +4

      It does look a lot like React Hooks. I feel that the Composition API will become a de facto standard, and may take away most of what makes Vue feel intuitive...

    • @camillo8575
      @camillo8575 4 года назад

      for what i understand the pro is that you can separate things in reusable javascript files

  • @christopher5731
    @christopher5731 5 лет назад +10

    I love Max's videos. The composition API seems like more arbitrary code for no real gain. I like vue for its simplicity and the ease of use and this new way just feels like more over-engineered JS

  • @DerSpudi
    @DerSpudi 4 года назад +1

    Looks awesome! I didn't really enjoy working with Vue 2 as much as I hoped to, but with the new Composition API and better TypeScript support, I'll surely give Vue another chance (once it's out).

  • @yackawaytube
    @yackawaytube 4 года назад +1

    I don't know. Using a single setUp function to do several things - create composition parts; link reactive parts together, and returning the final "data" object smell. And how does one get dependency injection to work here?
    The irony here is that composition problem is one of the fundamental concepts of OOP and this has been solved over 25 years ago. The twist here is one needs REACTIVE composition and even that has been solved by Reactive frameworks. This setUp approach seems to reinventing the square wheel.

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis 4 года назад

    First course I ever bought on Udemy was your Vue course. Your excellent delivery and subject knowledge has spoiled me and now I have to compare every course I watch with yours. I hope you are aware you are the gold standard in development courses. As always, your little snippet here doesn't disappoint in the least! I wait for the Vue course to be revamped or perhaps a brand new Vue3 one from scratch! Please, do a full C# course, I would pay gladly to watch you explain and demonstrate the intricacies of the language and its core mechanics.

    • @academind
      @academind  4 года назад +1

      Wow, I really want to thank you for your wonderful words Philip, this means so much to me! I will update the existing Vue course once Vue 3 is final, got no plans on C# at the moment though.

    • @PhilipAlexanderHassialis
      @PhilipAlexanderHassialis 4 года назад

      @@academind Wow, thanks a bunch for this. Also, really, when your delivery, your preparedness, your explanations and your in depth analysis is compared to the rest of the instructors out there, most of them eat your dust, for real! I mean, sure, Brad (Traversy) does a stellar job too and some others try hard, occasionally. But you present stuff from all angles and cover everything so succintly that even when something gets updated (a la React pushing for closures/hooks everywhere) the knowledge and software depth one gets from your courses allows someone to clearly stay on top of the new developments. Excellent job, excellent.
      P.S. reconsider C#, I am aiming to slowly study it really well and go for the certification - and I know a course by you would be the ultimate preparation for it, so I am willing to pay top euro for it - i.e. I have only two kidneys but we can talk this through :P

  • @johnm8358
    @johnm8358 5 лет назад +4

    Awesome tutorial, one question why pass functions to child components? Thought we should use events to do this kind of thing

  • @waasar
    @waasar 4 года назад +1

    This composition API really fixes my main issue with the framework. After a while it could get really hard to keep track of all the different things going on inside big components. I'm looking forward to using Vue with this API for my next personal project.

  • @TheNerdyDev
    @TheNerdyDev 5 лет назад +16

    Max is Infinity. Superb stuff always.

    • @anandbaraik5010
      @anandbaraik5010 5 лет назад +1

      You too bro. Your videos too always has deep information.

    • @TheNerdyDev
      @TheNerdyDev 5 лет назад +2

      @@anandbaraik5010 Thanks man. Means a lot.

  • @BenHayat
    @BenHayat 4 года назад

    If I understand composition API correctly, it can add more performance in reactivity mode due to ability to control it manually compared to Vue 2. This can be very helpful on older mobiles with less powerful CPU.
    One area that Svelte shines the most is in reactivity speed due to lack of VDOM and less automated DOM update.

  • @BookOfSaints
    @BookOfSaints 4 года назад

    I love functional programming, but I agree that this is a lot for even medium sized apps. Personally, I can see the value of this if you're creating a new project knowing you will have a lot of reusable code and large components. I have definitely struggled with data readability in larger components. Otherwise, I feel that the options api is better for me. Regardless, this is an incredible addition and goes to show just how much the Vue team cares about their framework and users.

  • @DEVDerr
    @DEVDerr 4 года назад

    Finally normal functional-way of writing things in Vue. Thanks Evan! ^^
    The only thing I didn't like in Vue were the options, where you were limited to pass only object/array properties and nothing more

  • @msvmanikantasrivishnu7788
    @msvmanikantasrivishnu7788 5 лет назад +46

    Max is max..💛 love max

  • @ArnaudMEURET
    @ArnaudMEURET 5 лет назад +4

    Congratulations on a very well structured introduction to VueComposition API. I’m not sold to it however and it seems a high price to pay just to maintain some backward compatibility. These new levels of indirection and hidden magic traded for some lexical practicality... meh. I would have preferred if they broke the whole model and fused all this with VueX stuff in a really elegant approach. That is what major versions are for. This should have been 2.8.

  • @vahdetk
    @vahdetk 4 года назад

    You were not passing functions as parameters in Vue2 courses. So, why did you prefer it here: For brewity? In the absence of a Vue3 compatible Vuex? Or isn't it not an anti-pattern anymore?

  • @johnm8358
    @johnm8358 5 лет назад +1

    Will there be a point where old syntax won't be supported

  • @noherczeg
    @noherczeg 5 лет назад +6

    Unit testing would have been a great addition.

  • @MakeAppswithDanny
    @MakeAppswithDanny 5 лет назад +7

    Thanks Max, that’s a great intro and alleviated my confusion around the Composition API. I have to say, I’m not sure I like it. Seems somehow dirty and messy. I feel like a neater structure would be something like this:
    export default {
    compositions: {
    infoComposition: {
    data() {
    return {
    showInfo: false
    }
    },
    methods: {
    // info methods
    }
    ..etc..
    },
    productsComposition: {
    data() {
    return {
    products: []
    }
    },
    methods: {
    // products methods
    }
    ..etc..
    }
    }
    }
    And then just keeping all template syntax as-is.
    Maybe I’ll come around to it after using it on a complex app.

    • @MakeAppswithDanny
      @MakeAppswithDanny 5 лет назад

      Akifcan Kara thanks! 👍

    • @2002budokan
      @2002budokan 5 лет назад

      Danny do you plan more courses for Quasar? All I know you have the only quasar-course in the planet and hence in Udemy. This alone is a wonderful Quasar intro, and well choosen classic Todo-CRUD app.
      But I struggle whenever I want to change the boring quasar layout. For example I want a bootstrap style dropdown menu (complete drop-down of the toolbar). I've tried with q-expansion-item (accordion) but the all other elements of the toolbar, centered vertically when I've opened the expansion-item. So I've replaced it with btn-dropdown. But I use expansion-item in mobile version of the menu. I wished however a common solution for both cases, etc, etc...
      For such nitty-gritty details one need more Quasar tips-tricks. Quasar is the best Vue framework and need more attention.

    • @MakeAppswithDanny
      @MakeAppswithDanny 5 лет назад +1

      Hi 2002budokan. I don’t want to hijack Max’s video. Can you please ask this on one of my videos. 👍

    • @KostasOreopoulos
      @KostasOreopoulos 5 лет назад +1

      There is no reason for so much boilerplate. The main reason for splitting into data and methods in the he first place was to declare everything returned by data as reactive internally.
      Now you can just return a simple object, with data and functions and the data are already wrapped into a function making them reactive.
      This api is much simpler and will greatly reduce code duplication.
      It can also help reduce over splitting components just because this was the only way to split functionality

    • @onderogretmen
      @onderogretmen 5 лет назад

      Actually, there is no difference your solution between Max used mixins.
      Here is example making without using external .js files as you said.
      codepen.io/navi3591/pen/RwNGYEZ?editors=1011
      Never searched deeply but I think, this syntax is not totally for just "make code prettier or reusable for developers", the biggest reasons are performance and typescript. I would be in love if there is a official way to make Vue.js + typescript + .net Core with SSR support from Microsoft :)

  • @joshuaogunbo6454
    @joshuaogunbo6454 4 года назад +2

    How do you use the composition api with Vuex

  • @gamechannel1271
    @gamechannel1271 5 лет назад

    Organization isn't a problem in typescript Vue applications, as everything is stored in a class with decorators used to define watchers, props, etc.

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 4 года назад

    Pretty clear by now that the Angular team was right in making Typescript default language. Everybody else now scrambles to move in that direction 2-3-4 years later. Same with Observables and Rxjs support.

  • @USONOFAV
    @USONOFAV 4 года назад

    I'm still in a wait and see for Vue in terms of creating a large and scalable enterprise application. We evaluated for Vue and Angular last year for our large application and opted to rewrite it in Angular 8 and upgraded to Angular 9.

  • @jeremybrews2521
    @jeremybrews2521 5 лет назад +6

    A question: Will your vue 2 course be updated to vue 3 or will there be a new course?

    • @academind
      @academind  5 лет назад +4

      The current course will be updated once Vue 3 is final.

    • @aArcziMetin2
      @aArcziMetin2 5 лет назад

      @@academind im not into the courses anymore BUT props to you for doing that.

  • @ДмитрийКарпич
    @ДмитрийКарпич 5 лет назад

    Aha! Somebody get ridden "low coupling, high cohesion" and really think about it! :) Thank for this tutorial, its great! And it's totally clean for non-native speakers.

  • @cecitorresmx
    @cecitorresmx 4 года назад +1

    Love it! I could fastly learn advantages and how to use the Composition API. Thanks Max!

  • @kisisel
    @kisisel 4 года назад

    Thanks for that great course! But I couldn't see the start code link below the video. Regards!

  • @boliu5051
    @boliu5051 4 года назад

    great explanation!! but I am a little confused about why we don't need to return { isValid : isValid.value } at the end of ProductForm.vue setup method.

  • @davetarantula5851
    @davetarantula5851 4 года назад

    Finally i understood what the composition api is. It's like React Hooks... don't like it, i hope i will not be forced to use it 😃 but really thank you, your explaination is clear and i really understood everything, you are the number 1!

  • @lizzi4289
    @lizzi4289 5 лет назад +7

    2AM
    RUclips: Do you want to learn some Vue 3 new api
    Me: Click

  • @NatDunn219
    @NatDunn219 4 года назад +1

    Looks awesome! What did you do in VS Code at 23:05 to get the return object to format nicely? Is that an extension?

  • @marvinkweyu5206
    @marvinkweyu5206 4 года назад

    How come I can't see the starting project link. Was it scraped or something?

  • @RobertAxelsen
    @RobertAxelsen 4 года назад

    You mentioned that there is a link to the starting project below the video, but I can find nothing in the description? Is there a repo with the code anywhere?

  • @yasser.dev7
    @yasser.dev7 4 года назад

    you really a great teacher and this is the best channel in the world ,thanks very much for your great effort.

  • @RorySilva
    @RorySilva 4 года назад +16

    A lot of jealous React fanboys acting like Apple fanboys (every time Android comes out with a feature).
    FYI: Hooks existed many years before React was created. Act like you knew.

    • @anthoniG
      @anthoniG 4 года назад +5

      If I could give you more than 1 thumbs up I would

    • @RorySilva
      @RorySilva 4 года назад +2

      @@anthoniG it's annoying because I just come here to learn.
      I definitely don't waste my time bragging about Vue over in the React forums. What good does that do?

    • @anthoniG
      @anthoniG 4 года назад +2

      @@RorySilva Well people are weird lol. With some if you are not using a framework than them they get antsy. It's like Android and iOS all over again :(

    • @JakobBjerrePetersen
      @JakobBjerrePetersen 4 года назад +1

      What about us misunderstood EmberJS fanboys? 🙄☺️

    • @iamrorysilva
      @iamrorysilva 4 года назад

      @@JakobBjerrePetersen The right tool for the job! Can you solve the problem? Create a solution? In a reasonable amount of time? Go for it!

  • @mvrdara
    @mvrdara 5 лет назад +4

    thanks max is vue 3 still in virtual dom or kanda like svelte

  • @Redrivercity
    @Redrivercity 5 лет назад

    I didn't get yet what is the real advantage and difference using vue composition vs mixins. I can encapsulate all my logic and methods and separate it with mixins.

  • @nyambe
    @nyambe 4 года назад

    Very powerful, you can’t go back once you learn it. Is it ready for production?

  • @ChaitanyaBhagwat
    @ChaitanyaBhagwat 4 года назад +1

    You might want to revisit the concept of the exclamation mark
    :P

  • @brunonogues5128
    @brunonogues5128 5 лет назад +1

    Thanks from France ! Very good explanations, I use Vue only since 2-3 months and the organization of the code is a real problem for me (go to the data, and after to methods, search where is the function corresponding to my data etc..) That's boring, and these new features are perfects for me!
    Sorry for my english lol

  • @RPGio-vp7je
    @RPGio-vp7je 4 года назад

    @Academind There doesn't seem to be a link to the sample project in the description any more...

    • @RPGio-vp7je
      @RPGio-vp7je 4 года назад

      Followed all of the links and none of them are the starter code... :(

  • @parasou79
    @parasou79 4 года назад

    Your Tutorials are very nice.kudos.Have some queries/comments
    1. Passing a function to child component and executing in child scope doesn't look good to me
    2. Mixins are good for vue.
    3. I think you should have had a separate login component there
    4. Why did vue team ignored mixin aliasing concept, instead they created this composition api?
    Something like an instance of that toggleMixin with a name say login and then use login.toggle() and login.show

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 5 лет назад +7

    This is interesting, I'm wondering how this works with Vuex though. Thanks.

    • @brunonogues5128
      @brunonogues5128 5 лет назад +2

      Yeah good question !

    • @flaviokonti5522
      @flaviokonti5522 4 года назад

      Only with vuex 4.0, it's in git repo separate branch

    • @nyambe
      @nyambe 4 года назад

      Flavio Konti I use vuex a lot. With something like this, might not need it as much

  • @luigioctaviano
    @luigioctaviano 4 года назад

    Basically, almost all of the lifecycle functions that were used in Vue 2 will be wrapped in the setup() function. I think this is good.
    Just wondering what will happen to the $data function...

  • @noopurp123
    @noopurp123 4 года назад

    Hi Max, Where is the link to starter project?

  • @kenw3249
    @kenw3249 5 лет назад

    if you check out the source code for 3.0, they are using js meta programming Proxy

  • @dominiclapitan8466
    @dominiclapitan8466 4 года назад

    Thank you for your help Max! Really appreciate these videos especially your efforts. Thank you!

    • @academind
      @academind  4 года назад

      Glad you like them, thank you!

  • @alisherakbaraliyev4389
    @alisherakbaraliyev4389 4 года назад

    which screen recorder do you use to making your videos) I'm also want to make tutorials in my country) Uzbekistan

  • @Andrey-il8rh
    @Andrey-il8rh 4 года назад

    Could someone post a link to the initial project Max is using?

  • @sandorkepiro7336
    @sandorkepiro7336 4 года назад

    Hi Max, an amazing tutorial (as always) I'd like to ask what do you think, is the composition API production ready already or should we rather wait until it's released in Vue 3.0?

  • @lucastitokotaranin7303
    @lucastitokotaranin7303 4 года назад

    Yo! Your english improved. Have an old VUE course as reference. Keep your great content and courses coming.

  • @mrrolandlawrence
    @mrrolandlawrence 5 лет назад +1

    i am way too excited for a normal healthy life about vue 3 coming out!

  • @danialsafaripour7847
    @danialsafaripour7847 4 года назад

    Hello,
    Where can I found starter and finished Project file?

  • @johnm8358
    @johnm8358 4 года назад

    is passing functions as props not considered anti pattern?

  • @DenisDontsov
    @DenisDontsov 4 года назад

    Could you provide an example how to work with $store, $router and etc, without access to this?
    Should I import this via `import store from './store'`?

  • @olivier1116
    @olivier1116 5 лет назад +8

    With this API, writing vue code now looks a lot like React with React hooks

    • @wobsoriano
      @wobsoriano 4 года назад

      and that is why I just switched to React. Because of also the work demand

    • @aan3387
      @aan3387 4 года назад +1

      Only for simple things, but if you work on something real then you'll appreciate Vue's composition API mainly because maintaining dependencies with react hooks becomes a nightmare.
      In my opinion the best thing about Vue is its reactivity system (which ironically doesn't exist in react), this becomes more apparent when using react hooks and comparing it with Vue's composition API.
      The only reason I would even consider using React instead of Vue today would either be:
      1. React is more popular (has more jobs)
      2. or some React only libraries which might be critical for some projects (like Drafjs or Slatejs).
      None of which are technically React pros or Vue cons.

    • @centuxdevelopment5419
      @centuxdevelopment5419 4 года назад

      @@aan3387 Tiptap seems like a good replacement to Slate and Draft js.

  • @DenisDontsov
    @DenisDontsov 4 года назад

    Why do you send function to the component as prop?
    It's not a good practice. Why don't you use "events"?

  • @ernstmayer3868
    @ernstmayer3868 5 лет назад +1

    Thanks for the introduction. Quite an interesting new mechanism. By the way, there is no need to define a 'isValid' variable within the isValid computed function. You can just return false if the conditions are matching and 'true' after all tests.

  • @Danielo515
    @Danielo515 5 лет назад

    Why would you fire the poor toggle product info? Has her performance decreased?

  • @alwaysgrowww
    @alwaysgrowww 5 лет назад

    I really really thank you for this video. Happy to see you creating videos for vue

  • @fooked1
    @fooked1 4 года назад

    Is it possible to use the the class syntax?

  • @NellyMoseki
    @NellyMoseki 4 года назад

    Thank you, finally understand the api's use!!

  • @amitavroydev
    @amitavroydev 4 года назад

    Great video and very nicely explained. Thanks a lot.

  • @yves2522
    @yves2522 4 года назад

    Thanks a lot, it makes me more confident to migrate to Vue3 ;-)

  • @onlineuniversity3718
    @onlineuniversity3718 4 года назад

    I found style of writing composition API partially similar to the Reveling module pattern.

  • @wordonice4457
    @wordonice4457 4 года назад

    My jury is still out on this. I suppose when I start building much bigger apps with Vue, I will come to appreciate the composition API. Nevertheless, it is a wonderful addition to the features on Vue

  • @2002budokan
    @2002budokan 5 лет назад +5

    Max you're full of action and always up to date; so thank you once more for all your great videos and your very detailed master-piece Udemy courses.
    I didn't like the new API. I don't think it will be a success story. You say, useful for bigger components? Well, we should fight against bigger components. When a component becomes bigger, we should refactor it. Divide it to subcomponents, js modules etc. To me the Vue is the "Love at first sting", but I don't think that the new API is necessary.
    Lastly, what do you think about the Danielo515's and olivier delmas comments below?

    • @2002budokan
      @2002budokan 4 года назад

      @no1youknowz Today I'm quasi forced to use the new API, 'cause I want to implement a component with XState inside. They provide two different methods for the injection of their Machine (StateChart) into a vue component. The first one using the old API, and the second one with the new composition API. And liked the injection via setup() method. I think it will take some time to get used to it.

  • @stabgan
    @stabgan 5 лет назад +1

    everything is bouncing above my head. I always use pure js and I know ionic. Which is best for beginner to start among all react , vue , angular , nest etc ?

    • @2002budokan
      @2002budokan 5 лет назад +2

      Don't hesitate to choose Vue, it has smoother learning curve and beloved by developers.

    • @gonzoartemis2503
      @gonzoartemis2503 4 года назад

      I had the same question a couple of years ago. I chose Vuejs. I am happy I made the right choice.

  • @woshisheili1541
    @woshisheili1541 4 года назад

    What is your vscode theme?

  • @bartekbrodzik7134
    @bartekbrodzik7134 5 лет назад

    Some time ago I stumbled upon an article , which stated you shouldn’t pass functions in props, because there are emitters for that in Vue.js. I’ve never thought about it so much, but what do you think Max? I see that you do it here in the video and I was just curious :).

    • @academind
      @academind  5 лет назад +4

      I did it here because I'm so used to it from React. You absolutely could use an emitter - I'd argue both is fine. You just have to be consistent. I do use both, depending on the project I work on.

    • @bartekbrodzik7134
      @bartekbrodzik7134 5 лет назад

      Academind thank you for an answer man! Have a great day and keep on doing such a great work :)

  • @thichgilamnay7615
    @thichgilamnay7615 4 года назад

    why change name Lifecycle function ? onBeforeUpdate, onMounted, onUpdated .... name is long

  • @GuitarAge
    @GuitarAge 4 года назад

    Great vid as usually! Thanks a lot ! But i think it's better to stick with traditional vue approach until next version release and then all the things should be at right place. Now it looks like vue2 + comp-api = (rather)pain in s.

  • @ask43242flight
    @ask43242flight 4 года назад

    where can I download the source code? Thank you!

  • @layou32
    @layou32 5 лет назад

    Hi max, big fan here. On the first look it seems to me an organizational code upgrade, let's give it a shot.
    You're insame broh!!

  • @shutterradio
    @shutterradio 4 года назад

    Cool! Can't wait to use it in prod

  • @MarcelNogueiradEurydice
    @MarcelNogueiradEurydice 4 года назад

    I really like Vue.js, but I am not convinced with this new composition API.
    Maybe my opinion changes with time.

  • @lschnoller2
    @lschnoller2 4 года назад

    Thanks Maximilan, you're the best!

  • @LikeAndFavBF3
    @LikeAndFavBF3 5 лет назад +1

    Vue 3 course maybe Max, like the update to typescript you did for 2019

    • @academind
      @academind  5 лет назад +4

      I will indeed update the existing course as soon as Vue 3 is final.

  • @stephan24297
    @stephan24297 4 года назад

    it's now past halfway in 2020 and it seems vue3 still hasn't come out as the default stable version. maybe in q4

    • @RahulKumar-yh4ui
      @RahulKumar-yh4ui 4 года назад

      Check news section on their site, it comes in august!

  •  5 лет назад +46

    Vue devs: Vue is simpler than React
    Vue authors: hold my coffee... 😂

    • @FilipCordas
      @FilipCordas 5 лет назад +2

      Devs: I don't like react I think I will use cue
      author's: Are you sure you really should be using react.

    • @mortenfinkbuchhave641
      @mortenfinkbuchhave641 4 года назад +2

      yeah my thoughts exactly... there goes the simplicity out the window :D

    • @RorySilva
      @RorySilva 4 года назад +3

      This is optional. You can build Vue apps just like before.

    • @RorySilva
      @RorySilva 4 года назад +2

      @@mortenfinkbuchhave641 It's optional

    • @RorySilva
      @RorySilva 4 года назад +2

      @@FilipCordas It's optional.

  • @levi4thon
    @levi4thon 4 года назад

    Vue 3 has just been released!

  • @fredhair
    @fredhair 4 года назад

    Vue 3 looks great! I really dislike how Typescript and JavaScript work together on the web. Seems to me (coming from a static/strongly typed & compiled language background) the best advantage of strong typing should be better performance.. js should be an add on for Ts. Since we're all usually transpiling our code already we're kinda getting the worst of both worlds -_-. I really hope web assembly will help solve this crap in future. Sorry for the off topic comment! Great video nonetheless though.

  • @keithnicholas
    @keithnicholas 4 года назад

    Thanks for this! Nice intro to the composition API

  • @waynehiller607
    @waynehiller607 5 лет назад

    Thanks Max, I enjoyed the video, great work.

  • @arturpasnik
    @arturpasnik 5 лет назад

    Hi Max Brilliant as always :) One quick question I have onMounted where event is getting data - my local LET variable is let club = reactive({}); how to set in one go variable club = data. It works if I define all properties first but I dont want that I just want pass object to let club = reactive({});

    • @arturpasnik
      @arturpasnik 5 лет назад

      BTW it works IF I do:
      let club = reactive({
      data: null
      });
      and then in event club.data = data; BUT I dont want ot have extra club.data.id but club.id

  • @mikemargerum6441
    @mikemargerum6441 5 лет назад +1

    Great video. Thanks Max. At this point I may as well switch to react. The reason I chose Vue was for the syntactic magic and less ceremony code. If I'm going to treat everything like pure functions then why use Vue at all? Svelte may be a nice replacement too. Much more idiomatic IMO.

  • @Kanexxable
    @Kanexxable 5 лет назад

    Are you going to update the Vue course or make a new one

    • @academind
      @academind  5 лет назад +1

      I will update the existing one.

  • @Akteur33
    @Akteur33 5 лет назад

    Max, you are great teacher! Thanks and cheers from Russia =)

    • @academind
      @academind  5 лет назад

      So happy to read that Alexandr! Greetings from Germany :)

  • @khrazy5150
    @khrazy5150 5 лет назад

    When I do vue --version I get 3.8.4 as of December 12, 2019. So why do you say "vue 3 is not out yet?"

    • @flogginga_dead_horse4022
      @flogginga_dead_horse4022 5 лет назад +2

      Is that your CLI version?

    • @khrazy5150
      @khrazy5150 5 лет назад

      @@flogginga_dead_horse4022 Oh, that's it. That command is used to check the vue cli version, not Vue.js version itself. Thanks.

  • @TheRoqco
    @TheRoqco 4 года назад

    so it gets similar to react

  • @sjr2099
    @sjr2099 5 лет назад +3

    Rewrite under the hood and your code won’t change? Angular team should learn with them. Oh I forgot Angular team doesn’t care...

  • @_the_one_1
    @_the_one_1 5 лет назад

    Thank you for this video Max.

  • @bhangachora
    @bhangachora 5 лет назад

    Thanks man! This was super useful! And helpful!

  • @JoLXBR
    @JoLXBR 4 года назад

    Amazing! Keep up the good work!

  • @Dipenparmar12
    @Dipenparmar12 4 года назад

    Thanks for your great efforts.

  • @TalalSuhail
    @TalalSuhail 4 года назад

    Great work as always !!