There is a lot of cool resources out there for web developers. In this video I explore the top 10 best free github repositories for developerse. These repositories will help you become a better web developer ! #webdeveloper #github 👉Check out my last video on the best Free Github Repos! 🤍youtu.be/EhQke5BVcLw 📚 Sign up and get notified about my new Vue 3 course! And get a free cheat sheet! — 🤍bit.ly/2vFWBQi 0:00 Introduction 0:50 Developer Advice 2:13 What is this app 3:29 First Refactor ES6 Arrow 5:01 Second Refactor Computed Properties 6:37 Third Refactor Remove Payload 7:20 Fourth Refactor Mutation Types 11:00 Fifth Refactor Vuex Helpers ♡ ♡ ♡ Make Sure To Check These Courses Out On Udemy! 💻 → JAVASCRIPT ALGORITHMS COLT STEELE'S COURSE - 🤍bit.ly/2L8HSPV → THE WEB DEVELOPER BOOTCAMP (GREAT FOR BEGINNERS) — 🤍bit.ly/2zP4alw 👉 Algo expert is the best way to learn algorithms! Check out my code and get 15% off at checkout with code "erik" 🤍algoexpert.io/erik _ Links (and code) 🤍vuex.vuejs.org/guide/mutations.html#using-constants-for-mutation-types MY WEBSITE — 🤍🤍programwitherik.com MY TWITTER — 🤍🤍twitter.com/erikch
What is the Theme you are using for VisualStudio Code?
I would probably NOT recommend to use mutations directly EVER. Especially in use cases when after calling commit you rely on computed property which is updated based on the state change by that commit. That computed property doesn't need to be evaluated at that time yet.
That was cool, thank you!
Erik, are you just using vim in vscode? Love the editing speed, but I couldn't find a video on your shortcut and keyboard vs. mouse setup. I can't seem to make vim in vscode work as a daily workflow. It's vscode or neovim so far for me. Any thoughts?
Why use getters in such a simple case? I thought getters are meant to be use in similar cases as computed, that is when we need to compute derived state.
Would like to see more of this refactoring videos on vue2x. such as watchers, hooks, transitions, ajax calls and error handling with axios.
I think we can also do mapGetters , mapActions, mapState and mapMutation from "vuex"
Love this video! Following along as you make changes where you provide the WHY behind the changes is like pairing and learning with a senior coder! Thank you!
I like the sound of your keyboard. <3 When the music start at the end I thought your cell phone was ringing xD
Please create a video like this but with vuex modules. May be with ts support. Like my comment so Erik will see it
sorry, those were very commonplace things. I respect your creativity. Want something more interesting
Do the plan to separate the store like you would in components by features like counter and all the getters action and mutations that related to the same thing. And you can out the in different files...
Thanks Erik,
Great to see how to simply the code. One question though. How would I use map Mutations with a payload?
Thanks for this vid, Erik.
IMO, Vuex (namespaced) Modules is also worth taking a closer look at...
What extension do you use to make the this look phosphorescent? Thanks for the content