Dynamic counterpart to switchMap(() => combineLatest(...)) for records,
with stable branches by key.
Each record key gets its own long-lived branch. Branches are only
created/removed when keys are added/removed; value updates are pushed through
the existing key branch.
Dynamic counterpart to
switchMap(() => combineLatest(...))for records, with stable branches by key.Each record key gets its own long-lived branch. Branches are only created/removed when keys are added/removed; value updates are pushed through the existing key branch.