Postboy Help

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

Angular

providing the bus via DI, inject(), registrator lifecycle in components/services, async pipe discipline

React

a module-level bus, hook-based subscriptions with cleanup, feature registrators

Vue

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