Basically I am start learning Rxjs and I am a little bit confused between React and Rxjs. I was supposing that Reactjs and Rxjs is same.
Questions:
React is a javascript library for building user interfaces whereas RxJS is a javascript library for reactive programming using Observables.
Both these javascript libraries are not comparable to each other since it serve different purposes.
Both these can be used together to create better single page applications.
React makes it painless to create interactive UIs.
RxJS help to make it easier to compose asynchronous or callback-based code