Reactive vs Proactive Programming with RxJS
If we are using ReactiveX libraries such as RxJS, we know that we are technically implementing a reactive programming solution — we use RxJS’s concept of observable streams, and our code reacts to new events in the stream. Yet even if we use a reactive…