Multicasting with the Subject Class
Let's see how we can use "Subject" and ‘AsyncSubject’ in RxJS.
We'll cover the following
Subjects
At its core, a Subject
acts much like a regular observable, but each subscription is hooked into the same source, like the publish/share
example.
Subjects also are observers and have next
, error
, and done
methods to send data to all subscribers at once:
Get hands-on with 1400+ tech skills courses.