GitXplorerGitXplorer
r

RxExperiments

public
17 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
646b502cf50373520ec7cabb30928a9e3bd40660

Initial commit

rradex committed 8 years ago

README

The README file for this repository.

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 code
    • Playground.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 can import the 4 RxSwift frameworks)
  • extensions/ — experimental extensions to RxSwift/RxCocoa
  • viewmodels/ — an experiment in mixing RxSwift with the React-like approach to data flow and UI building