Reactive Programming in iOS with RxSwift

Learn how to use Reactive Extensions for Swift and Cocoa Touch

Ratings 3.88 / 5.00
Reactive Programming in iOS with RxSwift

What You Will Learn!

  • Understand the fundamentals of reactive programming and reactive extensions
  • Use marble diagrams to explore RxSwift operators
  • Create and subscribe to observable sequences
  • Work with subjects
  • Work with traits
  • Transform, filter, and combine observable sequences
  • Perform side effects in an observable chain
  • Understand and use schedulers to manage concurrency
  • Bind user interface elements
  • Bind data to and from user interface elements
  • Bind table and collection views
  • Use forward delegates to mix Rx and traditional code
  • Debug Rx code with debug and total
  • Handle errors
  • Write unit tests against Rx code
  • Perform networking operations

Description

Developing a great app these days requires writing code that can simultaneously handle user interactions, perform network operations, manage data, present dynamic content, and more. That means writing a lot of asynchronous and concurrent code, which can be difficult to get right, and even harder to maintain.

That's where Reactive Programming, and specifically, Reactive Extensions, comes in. Reactive Extensions for Swift and iOS enable writing asynchronous and concurrent code that is succinct, easy to follow, and flexible.

Hi, I’m Scott Gardner. I’ve been developing apps in iOS since 2010, using Swift since the day it was announced, and using RxSwift, now in version 3, since before version 1. I've also authored several video courses, books, tutorials and articles, and presented at numerous conferences, meetups, and online events on Swift, RxSwift, and iOS.

In this course, I’m going to get you up to speed on the Reactive Extensions for Swift and Cocoa Touch. I’ll go from concepts to clicks as I show you how to effectively use reactive extensions in your iOS app projects.

Who Should Attend!

  • Experienced Swift and iOS app developers who want to learn reactive programming in iOS with RxSwift
  • Developers with experience in reactive programming on other platforms who want to learn how to use the reactive extensions for Swift and Cocoa Touch

TAKE THIS COURSE

Tags

  • iOS Development
  • ReactiveX
  • Reactive Programming
  • RxSwift

Subscribers

2178

Lectures

34

TAKE THIS COURSE



Related Courses