1 min readNov 22, 2018
take(1)
has a very specific use case. If you need only one element: sure, use it, but it’s not a replacement for takeUntil
— which has many use cases.
take(1)
has a very specific use case. If you need only one element: sure, use it, but it’s not a replacement for takeUntil
— which has many use cases.
RxJS core team member; front-end developer; mentor; speaker; open-source contributor