© Jesse Feiler 2018
Jesse FeilerBeginning Reactive Programming with Swifthttps://doi.org/10.1007/978-1-4842-3621-5_13

13. Exploring the Basic RxCode

Jesse Feiler1 
(1)
Plattsburgh, New York, USA
 

Having explored the basics of RxSwift in a playground (Chapter 11) and learned the underpinnings of the technology (Chapter 12), it’s time to look at RxSwift at work in an app. This chapter will show you how to take code that you can download from GitHub and turn it into an app.

RxSwift implements reactive programming, and that’s what the app in this chapter will demonstrate. It starts very basically: The app reacts to events that the user generates. That type of app can be created easily using notifications within the app because the app generates both the ...

Get Beginning Reactive Programming with Swift: Using RxSwift, Amazon Web Services, and JSON with iOS and macOS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.