Files
knowledge-kit/Chapter1 - iOS/1.127.md
2024-04-27 13:01:58 +08:00

15 lines
740 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 响应式编程
## 概念
响应式编程Reactive Programming简称RP
也是一种编程范式于1997年提出可以简化异步编程提供更优雅的数据绑定。一般与函数式融合在一起所以也会叫做函数响应式编程Functional Reactive Programming简称 FRP
比较著名的、成熟的响应式框架:
- ReactiveCocoa 简称 RAC有 Objective-C、Swift版本。[官网](http://reactivecocoa.io/) 、[github](https://github.com/ReactiveCocoa)
- ReactiveX 简称 Rx类似一个规范有众多编程语言的版本比如 RxJava、RxKotlin、RxJS、RxCpp、RxPHP、RxGo、RxSwift 等等。[官网](http://reactivex.io/)、[github]( https://github.com/ReactiveX)