Think of the Vuex getters as computed properties - perfect when we need to filter or calculate something at runtime.
This lesson explains how the getters work, and how and where to define them. We’ll also implement what we’ve learned in our shopping cart.