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
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.
@ 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.
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.
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
Quite possibly one of the best looking presentations I have ever seen. It's scandalous that fewer than 10k have seen this.
This is the most straight-forward explanation of Vuex i found. Thx!
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.
the best explanation of Vuex I have ever seen
this channel is like a diamond mine!
thank you sooo much!
Salutes from Brazil
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?
Yes it is it’s so that you can see them better in the dev tools
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.
Amazing presentation and well explained. Thank you
Perfect presenation
Good job
nice presentation! thx
presentation is lit.
Mutations gone? Not yet. Mutating state - feels weird, rather expedit an updated copy
Thank you
very good
@ 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.
How much money does a vuejs developer earn every month?
Geek!!!
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.