Sorting in VueJS Components and Vuex State

Originally published at: Sorting in VueJS Components and Vuex State - Server Side Up

VueJS reactive properties make sorting data a breeze. We wil go through examples on how to sort within a component and in a Vuex data store.