Stream Processing With RxJS vs Array Higher-Order Functions

InstructorBen Lesh

Share this video with your friends

Send Tweet

Higher order Array functions such as filter, map and reduce are great for functional programming, but they can incur performance problems. This lesson illustrates how stream processing with RxJS can save you from these pitfalls.