Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Using rxjs with React Native

Using rxjs with React Native

https://github.com/pvinis/talk-rxjs

You can use rxjs to replace redux/mobx/whatever else. Let rxjs manage your local state and anything else. This allows the UI and the logic(rxjs) to be tested separately. This talk will be showing off some simple components and some screen components that we can control with rxjs. Mostly a demo talk.

Pavlos Vinieratos

October 23, 2019
Tweet

More Decks by Pavlos Vinieratos

Other Decks in Technology

Transcript

  1. I love Rx! If I could use only Rx from

    now on, I'd be a happy dev.
  2. Everything is a stream map filter scan delay debounceTime race

    merge combineLatest https://rxmarbles.com