Is RxJS worth learning?

I would say yes . Especially if you are thinking of learning Angular. because Angular heavily use RXJS component, specially Observables. It is worth notice that so far Observable are the best way of handling asynchronous data in javascript.

Read more