58
62

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iosエンジニアがRxSwift導入するために学んだことまとめ

Last updated at Posted at 2016-01-29

今日からRxSwiftはじめる方へ。

#最初の導入
##概念理解
まずはstream(observable)の理解
【翻訳】あなたが求めていたリアクティブプログラミング入門

Cold,Hotについて
http://qiita.com/toRisouP/items/f6088963037bfda658d3

#コードを触る
RxSwift
https://github.com/ReactiveX/RxSwift

まずはplaygroundを触りながら理解。
playgroundの日本語訳がこちらにまとめられているのであわせて。
http://tiny-wing.hatenablog.com/entry/2016/01/02/161322

##オススメサンプル
./RxExampleの中にいい感じのサンプルが入ってるので探す。
###githubのapiとページング
GitHubSearchRepositories

RxSwift で UIKit を扱う基本 - Qiita
http://qiita.com/usamik26/items/2bbd0b8d304ab42b2279

#より詳細に
リファレンスに目を通すことは大事。
APIReference
http://cocoadocs.org/docsets/RxSwift/2.1.0/index.html

#最新の情報をキャッチする
slackチャンネル
http://slack.rxswift.org/

ツイッター
https://twitter.com/RxSwiftLang

58
62
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
58
62

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?