When to use it

Observer pattern is normally used in the following scenarios:

  • When a change in one object should be done for an unknown number of objects
  • When an action or update of one object requires an update or action change for another object
  • When an object should be able to notify other objects without knowing any details about those objects

Get Test-Driven JavaScript Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.