You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the use cases for the merge, zip, and combineLatest operators, et al, remain dubious, I've several times seen cases where the concatoperator might be preferred to the concat static method.
Most of these use cases are around animations or action dispatching with redux-observable or ngrx.
It could be used to compose endWith.
The name concatWith has some precedent. I believe it's used in RxJava.
The text was updated successfully, but these errors were encountered:
While the use cases for the
merge
,zip
, andcombineLatest
operators, et al, remain dubious, I've several times seen cases where theconcat
operator might be preferred to the concat static method.Most of these use cases are around animations or action dispatching with
redux-observable
orngrx
.It could be used to compose
endWith
.The name
concatWith
has some precedent. I believe it's used in RxJava.The text was updated successfully, but these errors were encountered: