Summary
In this chapter, we explained the concept of bulk operation and learned how to implement a real-world example of a bulk task in a reactive way. We learned the behavior and a use case of the forkJoin
operator and went through the different steps to implement a bulk upload. Finally, we went through a reactive technique to implement the tracking progress functionality using the finalize
operator.
In the next chapter, we will explore the pattern of real-time updates and the different techniques available in RxJS to implement them at the lowest cost.