/strasbourgjs-observers-pipeline-proxy

Basic explanation of Observers, Pipeline operator and Proxy for StrasbourgJS and VueStrasbourg

Primary LanguageJavaScript

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