RxSwift - Reactive Programming with Swift

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!

评论:
2018-08-29
刷到一遍半,结合项目中磨了三四遍的小模块,忽然间有点悟了……满满的成就感☺️

2019-07-18
看了一些基础概念 写了大概四个demo 直接上项目了,感觉还是实战快一些

2017-08-13
入门 RxSwift 的绝佳好书,每章后的习题也很用心,看完会对同异步编程有更深的理解。与此同时还介绍了 RxCocoa、MVVM 等,读来“大呼过瘾”。

链接:https://pan.baidu.com/s/1i46Yj1T9qxspQYp44DuyBg

密码:pjgu

WechatIMG7.png

发布了33 篇原创文章 · 获赞 5 · 访问量 2728

猜你喜欢

转载自blog.csdn.net/qq_27934465/article/details/100153331
今日推荐