This is some of what I did to learn FRP / RxSwift:
- Watched and read https://realm.io/news/swift-summit-javier-soto-futures/ to get some basic concepts
- Watched and read https://realm.io/news/altconf-ash-furrow-functional-reactive-swift/ to get some more concepts reinforced
- Ran and examined the GitHubSignup example at https://github.com/ReactiveX/RxSwift/tree/master/RxExample/RxExample/Examples/GitHubSignup
- and then RxSwift documentation in this order,
The RxSwift Slack Community is awesome: http://slack.rxswift.org They guided me to these resources.
Besides playing around with lots of code, that’s the meat of what I did. I know every individual has his or her own path of learning. However, I figured I would share a terse version of mine in case it helps.
Update December 31, 2015: I would watch Functional Reactive Programming with RxSwift by Max Alexander first.