- 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
推薦閱讀
- Visual C++實(shí)例精通
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Java:Data Science Made Easy
- Java持續(xù)交付
- Bootstrap 4:Responsive Web Design
- 小程序開(kāi)發(fā)原理與實(shí)戰(zhàn)
- INSTANT Django 1.5 Application Development Starter
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Kubernetes源碼剖析
- Machine Learning With Go
- Python Programming for Arduino
- Hacking Android
- Android從入門(mén)到精通
- Mastering Machine Learning with scikit-learn