E-Book, Englisch, 320 Seiten
Singh Reactive Programming with Swift 4
1. Auflage 2018
ISBN: 978-1-78712-878-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Build asynchronous reactive applications with easy-to-maintain and clean code using RxSwift and Xcode 9
E-Book, Englisch, 320 Seiten
ISBN: 978-1-78712-878-1
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Reactive Programming with Swift 4".
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Table of Contents - A new upgrade is available: Swift 3 to Swift 4
- FRP fundamentals, terminology and basic building blocks
- Setup RxSwift and convert a basic Login app to its RxSwift counterpart
- When to become Reactive?
- Filter, Transform and Simplify
- Reduce by combining and filtering and common trade offs
- React to UI events: start subscribing
- RxTest and Custom Rx Extensions: Testing with Rx
- Testing your RxCode- testing Asynchronous code
- Schedule your tasks, don
- Subscribe to errors and save your app
- Functional and Reactive App-architecture
- Put your knowledge to practice: Finish a real world application