getify/monio

IOxHelpers: research and provide additional operators

開放

#15 建立於 2022年2月5日

 (0 則留言) (1 個反應) (0 位負責人)JavaScript (60 個分叉)github user discovery
enhancementgood first issuehelp wanted

倉庫指標

星標
 (1,127 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

RX operators to look more into adding in IOxHelpers:

  • buffer(..) -- mostly the time based one, which is sorta zip-over-time
  • takeUntil(..) -- waits on a value from another IOx to signal it should stop taking
  • range(start,end) -- like seq(start,1) + take(end - start)
  • forkJoin(..) -- like zip(..) but waits to emit only the last set of values
  • concat(..) -- combinator (like merge(..) or zip(..), but goes in order)... would need a different name!
  • pluck(..) -- like IOx's version of prop(..)
  • find(..) -- like filterIn(..) + take(1)
  • timeout(..)

貢獻者指南