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

RxSwift

 RxSwift

Using RxSwift in real life applications. How to start and what are the pros and cons.

Kristaps Grinbergs

February 08, 2018
Tweet

More Decks by Kristaps Grinbergs

Other Decks in Technology

Transcript

  1. In computing, reactive programming is a programming paradigm oriented around

    data flows and the propagation of change. Wikipedia
  2. ReactiveX An API for asynchronous programming with observable streams. •

    Microsoft (Rx.NET) - 2009 • Many languages • RxSwift - 2015
  3. + Agile and reusable code Thread safety Eliminate state from

    code Testing Well tested, with large community and extensions