JavaScript Design Patterns - Behavioral - Mediator
The Mediator pattern allows us to reduce chaotic dependencies between objects by defining an object that encapsulates how a set of objects interact.
The Mediator pattern suggests that we should cease all direct communication between the instances we ...
nhannguyen.hashnode.dev1 min read