02 Jan 2023 . Min ReadUnderstanding RxJS
What is RxJS?
RxJS stands for Reactive Extensions for JavaScript. It is used to manage data state in an application and contains various techniques and methods which are useful for a smooth flow of information in the application.
RxJS comes in-built with Angular and is most useful for managing http calls and handling request subscription. It is also internally used in Angular for some of its core logic like Event Emitter. RxJS can also be implemented in other libraries and frameworks such as R