Wayne Barnard
Jul 21, 2017 · 1 min read

Hi, thanks for this!

I would just like to know you opinion, I have an array of observables, when is it better to use takeWhile, or use takeUntil… what is a better use case for each one?

Currently, I use takeWhile, and it works great, but after reading this, im not sure which one is better suited for which situation…

Thanks

)