Vuex: Intro Tutorial

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

  • @bas_kar_na_yar
    @bas_kar_na_yar 5 лет назад +77

    Dude.. Wow, this is certainly the best vueX tutorial on YT

  • @teniolafromtell4741
    @teniolafromtell4741 3 года назад

    Best Vuex tutorial ever

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

    My very first time seeing tutorial like this. Awesome and thank you. :)

  • @firelights3675
    @firelights3675 5 лет назад +33

    Great video, finally understood vuex

  • @RezaMohseni
    @RezaMohseni 2 года назад +1

    the animations were too cool, it distracted me from following 🤣 Nice tutorial 👍

  • @muhammadissasabbagh1540
    @muhammadissasabbagh1540 3 года назад

    wow it's amazing thanx a lot

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

    the diagrams helped ty

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

    Great explanation, thanks.

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

    Great tutorial! Thanks.

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

    I came from angular, how do I explicitly set object in a state to be a signature from a certain class? for example, I will have a user class model - export class user {id: number, name: string}. In a state, I will have myUser property in type of user class. I don't want just to write object on the fly but an explicit object. for example ... state : {muser: user {id: 7 , name: 'Hello'} }, or at gettein return array in type of users, etc...
    in angular its pretty straight forward. thank you.

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

    Very Clear. :-) Thank You

  • @mk-wq4rc
    @mk-wq4rc 5 лет назад +1

    amiazing

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

    Please make any web app by this way..

  • @freejavabootcamp
    @freejavabootcamp 5 лет назад +13

    I wish one could like a video twice.

  • @filozof666
    @filozof666 5 лет назад +19

    You can make online college with tutorials that have quality like this

    • @xnvls
      @xnvls 3 года назад +1

      I don't need any fuckin college, just give me this kind of videos :)

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

    State: data
    Mutations: sync methods responsible for updating the states directly syncronously. e.g set Loading status
    Actions: methods responsible for updating the state asynchronously via mutations only, e.g. fetching api then commit mutations
    Getters: retrieving computed states/data from the store directly

  • @imranlashari7910
    @imranlashari7910 3 года назад +1

    Pinned Comment: Best ever video about Vuex for beginner

  • @sersch5341
    @sersch5341 3 года назад

    Thx. Very interested.. but to short.. would be cool see more features e.g how to manage LocalStorage with vuex. 😊

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

    It's kinda embarrassing that the dev community didn't realize immediately that centralized data management was also useful in client applications.

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

    hi mr,
    my goal is to build an online training site like yours. But in mathematics.
    Do you have tutorials for its.

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

    What's missing from an intro is how the rest of the app uses the reactive store to display data. You might want to add that to convince developers right away.

  • @talhaashraf6918
    @talhaashraf6918 Год назад

    TBH all i can say is Woow 👏, this is the best vueX tutorial on RUclips

  • @Valsiphez
    @Valsiphez 2 года назад

    Very useful! I might have set the todos before seeing the loading Status to notloading

  • @jerrypflorida
    @jerrypflorida 2 года назад +1

    Awesome tutorial 👏🏽 very detailed, but simplified through visuals and clear points

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

    Really awesome, great job dude

  • @guliyevshahriyar
    @guliyevshahriyar Год назад

    Thank you very much, it has been very neat intro.

  • @krishnakanth-io2tm
    @krishnakanth-io2tm 5 лет назад +3

    Wow it's great effort 👍

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

    So basically an structured observer?

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

    Damn, nice job guys!! Thank you!

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

    This video is amazing!

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

    Does anybody know what software was used to create this video with all these beautiful animations?

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

      may be adobe after effects

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

      We use Keynote and take advantage of its animation features :)

  • @malangi31
    @malangi31 3 года назад

    Man you guys are the best teachers

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

    Beautiful tutorial, but Is all this done just so we can get mutations? Why can't this just be a pattern the developer implements rather than a whole library that has its own API that does things you can already do (except mutations)

  • @doozle5132
    @doozle5132 3 года назад

    Very clear, good diagrams

  • @kafelinux
    @kafelinux 2 года назад

    You are the master... 👍👍👍

  • @aymanmalhattami
    @aymanmalhattami 2 года назад

    Great Explanation ❤

  • @Yaxqb
    @Yaxqb 3 года назад

    At first, this seems unnecessary complex, but if your Vue app is non-trivial this makes debugging much easier and controlled. Yes, it's more boilerplate, but it makes it easy to see all possible states as well

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

    where should I put utility functions that should be globally accessible? currently I put them in a global scoped object (not related to vuex). should vuex also be used here? I mean, there is no state in this case...

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

    Subscribed ▶️

  • @estevezben454
    @estevezben454 3 года назад

    I am confused on what is Vuex and this video helps a lot! Thank you!

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

    Awesome video! :)

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

    Suppose if we have 1000 of state need to be updated should we write in only in this vuex store or there could be many store for different types of features?

  • @lol35691
    @lol35691 2 года назад

    Thanks

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

    What software do U use to create this kind of video?

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

      Primarily Apple's Keynote

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

    So how to we manage state across multiple components? Behold: the God object! :)

  • @buddychambers6400
    @buddychambers6400 2 года назад

    This was brilliant! Concise and well explained! Thank you.

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

    Great!

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

    Best tutorial ever of Vuex with little code he explained pretty much everything! 😍😍

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

    Thanks for such nice explaining, Dude! It is really great.

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

    Really nice, successful and visual attempt to explain Vuex. Great!!!

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

    Wow, nice job

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

    amazing tutorial much much greater than any thing i can learnt or watched till date...!!

  • @パパライス
    @パパライス 4 года назад

    Good video. I understand vuex concepts faster than expected.

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

    very well explained

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

    Very best vuex tutorial in the work 🌍 thanks a lot 💚

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

    best explanation , very easy to understand

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

    Excellent

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

    Great !!!

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

    Thank you! I've thought that component methods are analogous to mutations, but now I understand my misunderstanding! Thanks!

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

    The vuemastery link is reported as insecure.

  • @นรากรวิเชียรไชย-ญ4ย

    thank you for video. i'm understand

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

    Great introduction, thanks. Simple and easy to understand.

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

    You are going to throw every other tutor out of business

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

    action, mutation, etc are quite useless....

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

    This guy on the Bulma site?

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

    Great !

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

    This is great!

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

    Your content is amazing, keep it up!

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

    Well explained

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

    Great!

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

    amazing

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

    Seems I can use it in internationalization.

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

    Which software do you use to make these videos?

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

    perfect !

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

    Great video. Really helped me.

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

    Great video however you should show the difference between the maps, map actions, map getters and map state

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

      I'm sure that's explained on another video on their site

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

      Yes, we cover the Vuex helpers (mapState and mapActions, etc.) throughout other lessons within the course. :)

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

    beautiful tut - bravo!

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

    Great video

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

    are you going to have a black friday sale for payment plan subscription?

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

      Yes! It's running right now on the website. Use coupon code "BLACKFRIDAY" for 35% off an annual subscription.

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

      Vue Mastery not monthly subscription I was about to sign up to but you said yearly

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

    Great video.

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

    I love vue so much

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

    Soooo redux basically

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

      no flux. redux, mobx, vuex are all implementations of flux

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

    Typo in title. Redux is not spelled "Vuex"