Vuex Explained Visually by Adam Jahr

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 22

  • @VueConfToronto
    @VueConfToronto  4 роки тому

    Find all conference videos here: vuetoronto.com/videos
    Signup for conference updates here: vuetoronto.com
    Want to learn Vue 3.0 from the experts? bit.ly/2v8QALV

  • @Alexithymiander
    @Alexithymiander 4 роки тому +3

    Quite possibly one of the best looking presentations I have ever seen. It's scandalous that fewer than 10k have seen this.

  • @MisterAndreSafari
    @MisterAndreSafari 3 роки тому

    This is the most straight-forward explanation of Vuex i found. Thx!

  • @FaizaanDatoo
    @FaizaanDatoo 4 роки тому +6

    I love the presentation! He seemed nervous here, he did a much more coherent job explaining it on the official Vue Mastery video on Vuex.

  • @vinayakkadam2585
    @vinayakkadam2585 4 роки тому +1

    the best explanation of Vuex I have ever seen

  • @josuebarros-desenvolvedorw2490
    @josuebarros-desenvolvedorw2490 3 роки тому

    this channel is like a diamond mine!
    thank you sooo much!
    Salutes from Brazil

  • @sangomalsa
    @sangomalsa 4 роки тому +3

    I love the slides, so much time must have gone into those. I'm just curious, is it convention to write mutations in all caps?

    • @Kanexxable
      @Kanexxable 4 роки тому

      Yes it is it’s so that you can see them better in the dev tools

    • @vinceramces
      @vinceramces 4 роки тому

      I think it's because Vuex doesn't have type inference. That means you are using Vuex like this
      this.$dispatch('fetchTodos',{data})
      Little did you know, the fetchTodos is a global namespace. And it uses a "string" literal to access the key of the store object.
      There's a package that gives intellisense especially for typescript users. This is a downside for me when using Vuex+typescript because there's a little amount to configuration too.

  • @143princeforever
    @143princeforever 3 роки тому

    Amazing presentation and well explained. Thank you

  • @2222just
    @2222just 4 роки тому

    Perfect presenation

  • @TopiXyee
    @TopiXyee 4 роки тому

    Good job

  • @xspaniki
    @xspaniki 4 роки тому

    nice presentation! thx

  • @aungwinhan2862
    @aungwinhan2862 4 роки тому

    presentation is lit.

  • @aram5642
    @aram5642 3 роки тому

    Mutations gone? Not yet. Mutating state - feels weird, rather expedit an updated copy

  • @henocktshib7297
    @henocktshib7297 4 роки тому +1

    Thank you

  • @mayanksingh9871
    @mayanksingh9871 4 роки тому

    very good

  • @ighsight
    @ighsight 3 роки тому

    @ 10:36- Wow. So that's how it works. Up to this point my code has been doing the equivalent of carrying buckets back and forth between a cup and a well. I'm chugging the Vue Kool-Aid RN. Ok going back in now.

  • @mdnasiruddin700
    @mdnasiruddin700 3 роки тому

    How much money does a vuejs developer earn every month?

  • @geolynxsaemane8538
    @geolynxsaemane8538 4 роки тому

    Geek!!!

  • @ytravi
    @ytravi 3 роки тому +2

    I don't understand why good developers also want to become a speakers.
    Tip - First rule of presenting things.. Don't just say this is like this and this is like this.. but give a background why does it exist and what problem are we solving by having it.