This chapter gave us a perspective on how you can change your programming approach from traditional to reactive. Reactive or traditional: this chapter explored some options and solutions that can be addressed in a Reactive way. We learned how to work with Observables and subjects; how to create and react to Observable sequences to give a perspective on how we can convert our regular data types like arrays to sequences and control execution based on the subscription.
This chapter laid down foundation, and the next two chapters will completely transform the way you think about your logic. We will learn how to operate on the events that we learned to create in this chapter. More goodies to collect, stay tuned :)