> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/think_reactive.md).

# 3. 函数响应式编程

![](/files/-MWlwQ4zDx1trPATReEG)

**函数响应式编程**是种编程范式。它是通过构建函数操作数据序列，然后对这些序列做出响应的编程方式。它结合了**函数式编程**以及**响应式编程**

这里先介绍一下[函数式编程](/rxswift/think_reactive/funtional_programming.md)。
