Introduction of
RxJs

Syed Saad Qamar
Jr. Software Developer

/SyedSaadQamar96

/in/syed-saad-qamar

/saadqamar01

/saadqamar96

What is RxJS?

RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code

Why RxJS?

Before RxJs we used callback and other thing to get response from server.
So, In callback If you should get multiple response so you have to write nested callback in your code. now this issue overcame to Rxjs, while using Rxjs you can handle multiple response in the same time and also you can modify response data and also mergered multiple response and many more you can be done using Rxjs.

Text

Some Important Operators in RxJs

  • ​​Observable
  • Observer
  • Subscription
  • Operators
  • Subject
  • Schedulers
Made with Slides.com