I've implemented Vuex on a Vue 2 project to reduce adding props all the way down in my sub-components. Looking back, I would only add Vuex to a project if it needed it. Hint: small projects do not need it. Just rely on "Events up, props down" for your data flow.