学习 RxJS 操作符
关于中文版
学习 RxJS
前言
操作符
组合
combineAll
combineLatest
concat
concatAll
forkJoin
merge
mergeAll
pairwise
race
startWith
withLatestFrom
zip
条件
defaultIfEmpty
every
创建
create
empty
from
fromEvent
fromPromise
interval
of
range
throw
timer
错误处理
catchError
retry
retryWhen
多播
publish
multicast
share
shareReplay
过滤
debounce
debounceTime
distinctUntilChanged
filter
first
ignoreElements
last
sample
single
skip
skipUntil
skipWhile
take
takeUntil
takeWhile
throttle
throttleTime
转换
buffer
bufferCount
bufferTime
bufferToggle
bufferWhen
concatMap
concatMapTo
exhaustMap
expand
exhaustMap
groupBy
map
mapTo
mergeMap
partition
pluck
reduce
scan
switchMap
window
windowCount
windowTime
windowToggle
windowWhen
工具
do
delay
delayWhen
dematerialize
let
timeout
toPromise
完整列表
食谱
智能计数器
进度条
游戏循环
概念
RxJS v5 -> v6 升级
理解操作符导入
Published with GitBook
创建
创建操作符
这些运算符几乎允许你基于任何东西来创建一个 observable 。从一般用例到特殊用例,你都可以做到, 并且鼓励
将一切转换成流
。
内容
create
empty
from
fromEvent
fromPromise
interval
of
range
throw
timer
-
常用
其他资源
从零开始创建 Observables
- André Staltz
results matching "
"
No results matching "
"