书籍 RxSwift: Reactive Programming with Swift的封面

RxSwift: Reactive Programming with Swift

raywenderlich.com Team

出版社

Razeware LLC

出版时间

2017-03-13

ISBN

9781942878346

评分

★★★★★
书籍介绍

The popularity of reactive programming continues to grow on an ever-increasing number of platforms and languages. Rx lets developers easily and quickly build apps with code that can be understood by other Rx developers — even over different platforms.

Not only will you learn how to use the RxSwift port to create complex reactive applications on iOS, you’ll also see how to easily solve common application design issues by using RxSwift. Finally, you’ll discover how to exercise full control over the library and leverage the full power of reactive programming in your apps.

Who This Book Is For

This book is for iOS developers who already feel comfortable with iOS and Swift, and want to dive deep into development with RxSwift.

Topics Covered in RxSwift

Getting Started: Get an introduction to the reactive programming paradigm, learn the terminology involved and see how to begin using RxSwift in your projects. Event Management: Learn how to handle asynchronous event sequences via two key concepts in Rx —Observables and Observers. Being Selective: See how to work with various events using concepts such as filtering, transforming, combining, and time operators. UI Development: RxSwift makes it easy to work with the UI of your apps using RxCocoa, which provides an integration of both UIKit and Cocoa. Intermediate Topics: Level up your RxSwift knowledge with chapters on reactive networking, multi-threading, and error handling. Advanced Topics: Round out your RxSwift education by learning about MVVM app architecture, scene-based navigation, and exposing data via services. And much, much more!

By the end of this book, you’ll have hands-on experience solving common issues in a reactive paradigm —and you’ll be well on your way to coming up with your own Rx patterns and solutions!

The raywenderlich.com team is a community of over 100 developers and editors from all around the world who team up to make high quality programming tutorials.

We make tutorials on a variety of subjects, including iOS, macOS, Android, Unity, and more. Come join our community at raywenderlich.com!

用户评论
刷到一遍半,结合项目中磨了三四遍的小模块,忽然间有点悟了……满满的成就感☺️
看了一些基础概念 写了大概四个demo 直接上项目了,感觉还是实战快一些
Rx实战首选
Rx入门书,先介绍rx思想,再介绍常见用法,并配以简单的代码示例。内容都不难,但有些地方废话多,而该深究的地方该却戛然而止。比如有示例代码的风格前后不一致,不告诉读者为什么不一致,这便增加了读者的疑虑。总体给7分。
入门 RxSwift 的绝佳好书,每章后的习题也很用心,看完会对同异步编程有更深的理解。与此同时还介绍了 RxCocoa、MVVM 等,读来“大呼过瘾”。