This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Creating Dynamic Vuex Getters using Higher Order Functions
In this episode, we'll use a higher order function to manipulate the behavior of an ordinary Vuex getter, so our getters accepts arguments. This is a very powerful and cool trick that also reduces the amount of code we have to write since our vue components get prop-lighter.
