RxExperiments
RxExperiments copied to clipboard
Artifacts from my RxSwift learning process
RxExperiments
These are the artifacts from my process of learning RxSwift… This might be useful to someone, but probably isn't…
basics/— start here…operators.txt— list of RxSwift operators — use to test your recall without looking at actual documentation or codePlayground.swift— this is where I learned all the RxSwift concepts and operators, played with RxCocoa, RxTest, RxBlocking. (To run, you'd have to copy&paste the file's contents to a playground that canimportthe 4 RxSwift frameworks)
extensions/— experimental extensions to RxSwift/RxCocoaviewmodels/— an experiment in mixing RxSwift with the React-like approach to data flow and UI building