Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 626 Bytes

File metadata and controls

22 lines (14 loc) · 626 Bytes

Talk about Observers, Pipeline operator and Proxy

Observers

  • Basic implementation of the design pattern
  • Discovery of the MutationObserver API

Simple observer principle

Mutation observer demonstration

Pipeline operator

  • Discovery of the Pipeline operator |> proposal
  • Discovery of the Partial application proposal

Proxy

  • Discovery of a Proxy
  • Create a function that make an object observable with a Proxy

Proxy demonstration