https://github.com/radex/rxexperiments
Artifacts from my RxSwift learning process
https://github.com/radex/rxexperiments
Last synced: about 1 month ago
JSON representation
Artifacts from my RxSwift learning process
- Host: GitHub
- URL: https://github.com/radex/rxexperiments
- Owner: radex
- License: mit
- Created: 2017-01-20T12:16:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T16:12:47.000Z (over 8 years ago)
- Last Synced: 2025-03-24T22:51:16.332Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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