Vuex
Vue.js 2 State Management With Vuex – Introduction
If your Vue.js application grows bigger and consists of multiple components you might run into the problem of how to share data across the those components and make sure that components which are using the same data are always updated if data is changing. However, if your application is small you can solve this problem by emitting events [...]