Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将来,Variable 将在 RxSwift 4 中弃用。取而代之的是,Relay 类首先在 RxCocoa 4 中实现,而提议的 Variable 的替代方案是 BehaviorRelay。
为变量赋值是一种命令式编程风格的命令。它方便但不属于 Reactive 的声明式编程环境。
他们的优点和缺点是什么?
我建议您阅读这篇文章(或者可能是所有主题),以了解一些关于Variableand的用户友好的解释Driver。
Variable
Driver