May 12, 2022
Not really. Here, I’m talking about data in a distributed system, whereas Vuex or Redux manages state for a single application. Even still, it’s not uncommon within a self-contained application for one component to — when its state changes — publish events that other components consume, rather than relying on components to call each other to fetch data any time they need it.