4 Answers. Show activity on this post. This is really different, React is view library and Rxjs is reactive programming library for javascript. You can use Rxjs inside react view but in reactjs, people usually use a library like Redux, flux, mobx or relayjs (if they use graphql) for data flow.
Read moreWhat is RxJS in Reactjs?
RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code . Reactive programming is an event-based paradigm that allows us to run asynchronous sequences of events as soon as data is pushed to a consumer.11 Kas 2019
Read moreIs RxJS like Redux?
Redux belongs to “State Management Library” category of the tech stack, while RxJS can be primarily classified under “Concurrency Frameworks”. Redux and RxJS are both open source tools .
Read more