Why you should use Vuex Typically, you’ll want to use Vuex: If your components need to share and update state . Because Vuex provides a single source of truth for data/state. Because there’s no need to pass events from one component and down through multiple components when you have state management.