Mediator Use Case : Design Patterns in TypeScript

Mediator Use Case : Design Patterns in TypeScript

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=1yZhuA4jJic



Duration: 3:34
0 views
0


https://www.amazon.com/dp/B0948BCH24 : ASIN B0948BCH24
https://www.amazon.com/dp/B094716FD6 : ASIN B094716FD6

Documentation : https://sbcode.net/typescript/mediator/#mediator-use-case

In this example use case, we will implement some behavior into the mediation process.

Before the mediation logic is added, consider that the below example is a series of components all subscribed to a central location being the subject. They all implement the Observer pattern.

Each component is updated independently by external forces, but when it has new information, it notifies the subject which in turn then notifies the other subscribed components.

#mediatorPattern
#typescriptMediator
#mediatorPatternTypescript







Tags:
Design Patterns In TypeScript
TypeScript
Design Patterns
mediator
mediator pattern