- 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
推薦閱讀
- Vue.js前端開發基礎與項目實戰
- Windows Presentation Foundation Development Cookbook
- Mastering KnockoutJS
- ASP.NET程序設計教程
- RISC-V體系結構編程與實踐(第2版)
- Multithreading in C# 5.0 Cookbook
- C#程序設計教程(第3版)
- C/C++數據結構與算法速學速用大辭典
- R語言數據可視化:科技圖表繪制
- Hadoop 2.X HDFS源碼剖析
- 大學計算機基礎實驗指導
- SEO教程:搜索引擎優化入門與進階(第3版)
- 體驗之道:從需求到實踐的用戶體驗實戰
- Building a Media Center with Raspberry Pi
- Swift 2 Design Patterns