GitXplorerGitXplorer
r

RxExperiments

public
17 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
094ab93baf6db84486a4570109aa5dd0cc3d90d3

move operators, playground to basics/

rradex committed 8 years ago
Unverified
fdd78d6745bf207e0820a87d791a0007248a9e99

Update README.md

rradex committed 8 years ago
Unverified
c18e3bc197f21154e6c5ed8e5c3fb86a828a39e1

+ Plauground.swift

rradex committed 8 years ago
Unverified
35a8920303b962167325b5f1826b702f91ade1f7

Create README.md

rradex committed 8 years ago
Unverified
b0a42cefd4020ac8d4307e07e0ce1c7baf20bbd3

+ view model experiments sketches

rradex committed 8 years ago
Unverified
f8dc250e9e9be934b1406a86950b93190779afa5

+ operators.txt

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