1 min readNov 30, 2018
Is there any standardized way to handle the events you emit and subscribe to from an event bus? I implemented this pattern and now I have events published from random places with all sorts of components responding to those events. Is there a way to centralize this or is the solution just to use Vuex?