getify/monio

IOxHelpers: research and provide additional operators

オープン

#15 opened on 2022/02/05

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (60 件のフォーク)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,127 個のスター)
PR merge metrics
 (30d に merged 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(..)

コントリビューターガイド