Mega coole Videos! Das Zusehen macht irre Spaß, deine Art ist total locker und mit Typos gehst du auch sehr gekonnt um. Wenn es nicht schon so spät wäre, würde ich mir gleich noch ein Video reinziehen. Morgen wieder!! Weiter so... absolut genial. *thumbs up*
How Getters work with Async calls? I've set a getter to perform a GET request with Axios and it's not tolerating the async call or something like that.
Hi Max, I also bought and watched your course in udemy.com and it's amazing, get mi started with Vue 2.0 right away and also brushed some of my ES6 knowledge. It would be great if you make course for Webpack and ES6. You're just very good at teaching.
Thanks for your amazing feedback and valuable suggestion! I do have a Udemy course (and video here on UA-cam) about ES6. Webpack (2) might be something I look into in the future.
That was quick reply! I'm just finishing the Vue 2.0 course ( and looked youtube for refreshment on VueX ), and after this I will sure get into ES6 course! I'm currently building an progressive web app and using Vue as application shell and try to integrate my workflow ( generating ServiceWorkers, copy them on build on the same level as index.html, etc ) and it will be great if you plan to make tutorials on PWA and as you said in Webpack for the future. Also, really like the way you explain the concepts and put them in real-life situations. Again, thanks for the tutorials and the money for the Vue tutorial on Udemy were one of the best spendings I did for the last year.
You have an excellent talent to explain these matters. Thank you. One idea: use some sketches to depict this Vuex workflow? One image, so many words and so on ;)
This could really help clean my code base up, but I could see it getting huge. What's the best practice for bigger codebase? Can you have multiple stores ?
In my store.js I have a boolean value. In my component I want to watch for when that value changes and call I function. I don't need to compute a new value. What's the best way to handle this?
Around 8.28, you attach mapGetters to computed. What if I wanted more methods in this for just this Vue file? Could you use the spread syntax on mapGetters so I could add more methods to computed ? Or wpuld I add them directly in mapGetters, so instead of a string I would have the method directly in the object ?
Thanks man for your great videos whether here or on Udemy, but I need to ask you a question ... which is better to use to build a single page app Vue or Angular 2
Happy to hear you're liking the videos! There's no clear answer to that question. Both are great frameworks. Vue.js has the advantage that it's easier to get started with. You can use it in a MPA and SPA. It's very flexible and has an "easy-to-understand" syntax. Angular 2 is more complex, it's harder to learn. It might be overkill for tiny projects and it's not suited for MPAs. But it's really awesome at very large projects.
Thanks for your reply. Which backend framework would you use for a social networking app? Express can get flooding with middlewares so I am really confused about loopback and hapi or sails.
Can't give a clear advise here. I haven't worked enough with all of them. I kind of like express and I also like Koa but I got no clear favorite for something like that
Hello, Please bring a Laravel + Vue Js tutorial, i want to do not know how to use vue js with laravel and many of your subscribers are looking for this tutorial
"There is nothing wrong with that, but we can do better" is the reason I am here.
THANK YOU! Crystal clear, not too fast, not too slow, saved me hours of headache!
Thanks so much, awesome to hear that! :)
Mega coole Videos! Das Zusehen macht irre Spaß, deine Art ist total locker und mit Typos gehst du auch sehr gekonnt um. Wenn es nicht schon so spät wäre, würde ich mir gleich noch ein Video reinziehen. Morgen wieder!! Weiter so... absolut genial. *thumbs up*
Vielen vielen Dank für dein super Feedback, freut mich echt sehr, dass dir Inhalt und Präsentation so gut gefallen :)
Great job!
It would be nice to mention passing arguments in getters.
How Getters work with Async calls? I've set a getter to perform a GET request with Axios and it's not tolerating the async call or something like that.
so, can getters have their own file? if so, how do you set it up?
Hi Max,
I also bought and watched your course in udemy.com and it's amazing, get mi started with Vue 2.0 right away and also brushed some of my ES6 knowledge. It would be great if you make course for Webpack and ES6. You're just very good at teaching.
Thanks for your amazing feedback and valuable suggestion! I do have a Udemy course (and video here on UA-cam) about ES6. Webpack (2) might be something I look into in the future.
That was quick reply! I'm just finishing the Vue 2.0 course ( and looked youtube for refreshment on VueX ), and after this I will sure get into ES6 course! I'm currently building an progressive web app and using Vue as application shell and try to integrate my workflow ( generating ServiceWorkers, copy them on build on the same level as index.html, etc ) and it will be great if you plan to make tutorials on PWA and as you said in Webpack for the future. Also, really like the way you explain the concepts and put them in real-life situations. Again, thanks for the tutorials and the money for the Vue tutorial on Udemy were one of the best spendings I did for the last year.
Awesome tutorials, Helped me alot to advance in the world of VueJS. Keep up the good work.
Really happy to read that I could help you Christher. I'll try my best to help you and the others also in the future :)
You have an excellent talent to explain these matters. Thank you. One idea: use some sketches to depict this Vuex workflow? One image, so many words and so on ;)
This could really help clean my code base up, but I could see it getting huge. What's the best practice for bigger codebase? Can you have multiple stores ?
I have the same doubt
In my store.js I have a boolean value. In my component I want to watch for when that value changes and call I function. I don't need to compute a new value. What's the best way to handle this?
Around 8.28, you attach mapGetters to computed. What if I wanted more methods in this for just this Vue file? Could you use the spread syntax on mapGetters so I could add more methods to computed ? Or wpuld I add them directly in mapGetters, so instead of a string I would have the method directly in the object ?
If I was patient, you answer this around 30 seconds after and it's exactly how I thought it would be :)
Happy to read that the explanation was helpful in the end ;)
Hi max, how do these getters differ from mixins?
Thank you Max! Still watching.......
Really awesome to see you're still enjoying the videos!
Around 4.16 on line 17, when you call this unregisteredUsers, you don't pass a state, how does it know what state to use when executing this method ?
2:50 - 2:55 :P
"And surprisingly they're called getters... (subtle smile)" HAHAHA you got me here.
;D
Dude! You're great!!! Thank you for your videos!
YOU are great Andrei, thanks a lot for your comment!
thank you teacher... best explanation ever... well not ever but very good. thnx
Thank YOU Alvin for your support, great to read that you liked the explanation.
Thanks man for your great videos whether here or on Udemy, but I need to ask you a question ... which is better to use to build a single page app Vue or Angular 2
Happy to hear you're liking the videos!
There's no clear answer to that question. Both are great frameworks. Vue.js has the advantage that it's easier to get started with. You can use it in a MPA and SPA. It's very flexible and has an "easy-to-understand" syntax.
Angular 2 is more complex, it's harder to learn. It might be overkill for tiny projects and it's not suited for MPAs. But it's really awesome at very large projects.
The BEST as always!
This video is awesome !! I just run the buy the Udemy serie, keep the good work.
Thanks so much and welcome on board of the course then! :)
Great!! you are champion...
Max can you please make a project series with LoopBack?
Thanks for your suggestion. I'll consider it, though I got a lot of other plans for the next weeks and months
Thanks for your reply. Which backend framework would you use for a social networking app? Express can get flooding with middlewares so I am really confused about loopback and hapi or sails.
Can't give a clear advise here. I haven't worked enough with all of them. I kind of like express and I also like Koa but I got no clear favorite for something like that
Mindspace i understand max! You should definitely look up loopback. Its amazing for large scale applications and saves a lot of time
Hello, Please bring a Laravel + Vue Js tutorial, i want to do not know how to use vue js with laravel and many of your subscribers are looking for this tutorial
BireSth s did you search on Google? There are many, many vue x Lavarel... more than any other combo
laravel is shipped with a vue example
you can just go from there
you can use window.axios anywhere in your javascript to communicate between laravel and vue
Great Videos - thank you :-)
Thanks so much for your great comment Stuart!
Hello, do you have a Twitter? I thought, it would be fun to subscribe to you.
Thank you for lessons!
Yep, you can find me @maxedapps
many thanks))
You're welcome Viktor - great to have you on board! :)
GoodJob!
goood
Getter and MapSetter are silly. We are doing JS and not Java please get real.