Question d’entretien chez Uneecops Technologies

what is observable in RxJs ?

Réponse à la question d'entretien

Utilisateur anonyme

21 nov. 2020

RxJS is a framework for reactive programming that makes use of Observables, making it really easy to write asynchronous code. It is the official library used by Angular to handle reactivity, converting pull operations for call-backs into Observables.