Observables

observer

📖 The Observer Pattern

Questions

  1. What problems does the Observer Pattern seek to solve?

  2. What are the three mechanisms of the observer pattern?

  3. Review the code generated from the bcw-template and reflect on the proxy objects from yesterday, and your understanding of the observer pattern today. With this knowledge, explain how the magic of the bcw-template uses these two concepts to manage and update the dom.

Repo

Identify at least 1 takeaway from today’s assignment