Skip to content
Brian Cavalier edited this page Jun 17, 2016 · 10 revisions
  • Repeat - Repeat the behavior of a stream N times
  • Pairwise - Create a stream of pairs [previous value, current value]
  • Race - Pick the stream with the earliest first event
  • Event delegation - Use Element.matches for container-level event handling
  • Unfold promises - Build a stream functionally using promises