Component Bus
Noun · Development
Definitions
A shared messaging or event mechanism used for communication between components inside an application or framework. Component buses are useful when many UI or service components need loose coupling instead of direct imports and callback chains.
In plain English: A shared communication mechanism that lets components exchange messages.
Example: "The admin panel used a component bus so filters, charts, and detail panes could react to the same selection change without tight direct dependencies."