Observables
Completed and Error will
terminate the stream
Next
Completed
Error
Slide 17
Slide 17 text
Operators Filtering
Transforming
Combining
Slide 18
Slide 18 text
No content
Slide 19
Slide 19 text
No content
Slide 20
Slide 20 text
RxMarbles.com
Slide 21
Slide 21 text
No content
Slide 22
Slide 22 text
UI bindings
RxCocoa
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
No content
Slide 25
Slide 25 text
No content
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
Testing
● Async XCTest with expectations
● RxBlocking making it synchronous
● Using RxTest and custom Schedulers
● https://www.raywenderlich.com/7408-testing-your-rxswift-code
● https://www.youtube.com/watch?v=FgbTenGH-P0
Slide 28
Slide 28 text
+
Agile and reusable code
Thread safety
Eliminate state from code
Testing
Well tested
Error handling
Large community and extensions
Extends MVVM