Writing reactive apps with RxSwift is a conceptually different task than writing apps âthe regular way.â Itâs different in the sense that things in your app wonât usually have a singular value but are, instead, represented as a stream of values over the axis of time, known within the RxSwift library as an Observable. This tutorial teaches you the key to testing RxSwift code. Streams are a powerful
{{#tags}}- {{label}}
{{/tags}}