- Reactive Programming with Swift 4
- Navdeep Singh
- 109字
- 2021-06-24 18:58:03
FRP Fundamentals, Terminology, and Basic Building Blocks
This chapter will introduce you to the basic building blocks that form the foundation of RxSwift as a library. We will introduce two different types of programming styles, the imperative and declarative style of doing things in code, and then establish the sweet spot between the two styles where RxSwift sits to take advantage of both programming paradigms.
We will elaborate on what functional reactive programming is and how you can adapt your code for it. The main topics covered in this chapter are as listed:
- Functional reactive programming: Basic building blocks, concepts, and frequently used terms
- Marble diagrams
- Railway-oriented programming
推薦閱讀
- WildFly:New Features
- Fundamentals of Linux
- 深入淺出Electron:原理、工程與實(shí)踐
- Hands-On Data Structures and Algorithms with JavaScript
- Java從入門到精通(第4版)
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程
- Mastering Kali Linux for Web Penetration Testing
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- C# 8.0核心技術(shù)指南(原書第8版)
- Create React App 2 Quick Start Guide
- Arduino可穿戴設(shè)備開發(fā)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- The Applied Data Science Workshop
- INSTANT Lift Web Applications How-to
- PhantomJS Cookbook