# 7. RxSwift 常用架构

![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2Fa0415c301ec867b4a6b8ce1267693b3fc8a8606b.png?generation=1616819394944175\&alt=media)

[RxSwift](https://github.com/ReactiveX/RxSwift) 是一个**响应式编程**的基础框架，它并不会强制要求你使用某种架构。它和多个应用程序架构完美适配，这一章将介绍几个常用的架构：

* [**MVVM**](https://3440217568.gitbook.io/rxswift/architecture/mvvm) **- 当今非常流行的 MVVM 设计模式**
* [**RxFeedback**](https://3440217568.gitbook.io/rxswift/architecture/rxfeedback) **- 由** [**RxSwift 创始人（Krunoslav Zaher）**](https://github.com/kzaher) **提供的一个反馈循环架构**
* [**ReactorKit**](https://3440217568.gitbook.io/rxswift/architecture/reactorkit) **- 结合了** [**Flux**](https://facebook.github.io/flux/) **和**[**响应式编程**](https://zh.wikipedia.org/wiki/%E5%93%8D%E5%BA%94%E5%BC%8F%E7%BC%96%E7%A8%8B)**的架构**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://3440217568.gitbook.io/rxswift/architecture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
