GitXplorerGitXplorer
r

RxExperiments

public
17 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
ec9aff09a4e05af667e073a8e9c5f1b358024c32

Create README.md

rradex committed 8 years ago
Unverified
9697e54c9fa7107ec84a4ac1c8f228a3aaeb8a70

+ viewmodels/*

rradex committed 8 years ago
Unverified
e1fdf33fefaff1516954a6cc7cbc547d492d6bbb

Update README.md

rradex committed 8 years ago
Unverified
986a8650a0bad55d8ab0bb142b52efc1b1eebff7

+ a bunch of extensions

rradex committed 8 years ago
Unverified
eccbbaa015d449d6da80f927df8a06936322a951

Update README.md

rradex committed 8 years ago
Unverified
897a09033b8ccf18bc5419a2673c6657e29d89d3

+ extensions/

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