RxSwift Study Notes
Due to two of my recent projects heavily used RxSwift framework and the popularity of the framework in the community, I decided to spend my spare time in the weekend to have a thorough study on the project itself. As the name implies, the RxSwift
framework is the swift implementation of the famous ReactiveX API standard. It is purely event driven and follows functional programming paradigm, serving as an excellent glue layer in common architectural design patterns like MVVM.
This article is the summary of core data structures of RxSwift and how the core models work together in an event subscription chain.