ReactiveCocoa 学习网址
Replacing the Objective-C “Delegate Pattern” with ReactiveCocoa
ReactiveCocoa与Functional Reactive Programming
Getting Started with ReactiveCocoa
ReactiveCocoa at MobiDevDay 2013
FunctionalReactivePixels 作者同时还出了一本FRP相关的书,个人觉得看源码就足够了。
GroceryList RAC的作者之一 jspahrsummers 的一个项目
ReactiveCocoa Essentilas: Understanding and Using RACCommand 介绍了RACCommand的使用,同时也涉及了RAC相关的一些点。
Transparent OAuth Token Refresh Using ReactiveCocoa 这篇文章讲了如何使用RAC来透明地获取Access Token,然后继续发送请求。