TL;DR Angular, previously known as Angular 2, incorporates RxJS and uses it internally. We can make use of some RxJS goodies and introduce FRP to write more robust code in our apps. If you’re new to RxJS, I recommend reading Understanding Reactive Programming and RxJS before proceeding. RxJS is all about streams, operators to modify them, and observables. Functional Reactive Programming (FRP) FRP has recently become a buzzword. To give you a deeper understanding on […]
↧