Book Image

Reactive Swift 4 Programming [Video]

By : James Saeed
Book Image

Reactive Swift 4 Programming [Video]

By: James Saeed

Overview of this book

<p><span id="description" class="sugar_field">The Reactive approach will help you to write clean, cohesive, resilient, scalable, and maintainable code.Rx Swift belongs to a large family of Rx implementations in different programming languages that all share an almost identical syntax and semantics. We will introduce you to the world of Reactive programming, primarily focusing on mobile platforms. We tell you how you can benefit from using Rx Swift in your projects, existing or new.</span></p> <p><span id="description" class="sugar_field">We are going to build a simple application that allows people to look up any movie and add it to a favourites list. With this app we will be able to utilize RxSwift to react in real-time to any business logic that could be done through server-side with Google Firebase.</span></p> <p><span id="description" class="sugar_field">The course will demonstrate how unbelievably easy it is to configure asynchronous behavior and other app aspects that are traditionally considered to be hard to implement and maintain. It explains what Rx is made of, and how to switch to the Reactive way of thinking to get the most out of it.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This video is a definitive tutorial on Functional Reactive Programming with Swift filled with well-described examples. We quickly get up to speed with some lesser known Swift concepts such as closures and key differences in Swift 4 so that all viewers are on the same page with Swift 4 knowledge. </span></span></p>
Table of Contents (5 chapters)
Chapter 3
Making the App’s Logic Reactive
Content Locked
Section 4
Making a ReactiveUI
In this video, you will be learn how to use ReactiveCocoa in our app. - Understand what ReactiveCocoa is - Implement it in to our app - Make UI elements into observable sequences