Use Cases by Ecosystem
Postboy is framework-agnostic: the bus is plain TypeScript over RxJS, with no Angular, React, or Vue specifics inside. Integration is therefore mostly a question of where you create the bus, where registrators go up and down, and how components subscribe.
Guide | Covers |
|---|---|
providing the bus via DI, | |
a module-level bus, hook-based subscriptions with cleanup, feature registrators | |
app-level provide/inject, composition-API subscriptions, teardown |
The guides deliberately link back to the core chapters — Events, Callbacks, Executors, Lifecycle Management) — instead of re-explaining them.
Looking for short, copy-paste solutions instead of a walkthrough? Start with the Cookbook.
07 September 2026