by @sharkattack51

July 1, 2015

ReactiveProgrammingに関する参照情報

まず一回ここら辺を適当に読み漁って概要をなんとなく拾う。

【翻訳】あなたが求めていたリアクティブプログラミング入門
http://ninjinkun.hatenablog.com/entry/introrxja

Reactive Porn
http://steps.dodgson.org/b/2014/12/07/reactive-porn/

なぜリアクティブプログラミングは重要か。
http://d.hatena.ne.jp/pokarim/20101226

Reactive Programming in Javascript
http://ahomu.github.io/s/150221-frontrend_conference/#1

スマートフォンアプリでリアクティブプログラミングをしているが、Promiseとデータバインディングとして使っている
http://ninjinkun.hatenablog.com/entry/2015/03/21/143712

Android開発でRxJavaをチームに導入した話
http://techlife.cookpad.com/entry/2015/04/17/100000

RxJSをもくもくしてReactivePropertyの価値らしきものを気づかされた話(仮)
http://saneyukis.hatenablog.com/entry/2015/05/12/125317

未来のプログラミング技術をUnityで -UniRx-
http://www.slideshare.net/torisoup/unity-unirx

UniRxとカスタムバインディング
http://ykimisaki.hatenablog.jp/entry/2015/03/25/012436

Observable Everywhere - Rxの原則とUniRxにみるデータソースの見つけ方
http://www.slideshare.net/neuecc/observable-everywhere-rxuni-rx

で、雰囲気を把握したらなんでも良いのでRxライブラリを一回触ってみる。

ライブラリのドキュメント読んで、触りだけでもやったらこれ読んで大体機能を把握する。神資料。

ReactiveExtentions入門
http://www.slideshare.net/okazuki0130/reactive-extensionsv01

その後、UniRx勉強会のスライド見直してまとめ。

はじめてのUniRx
http://www.slideshare.net/torisoup/uni-rx

Interactive UI with UniRx
http://www.slideshare.net/yutoiwashita/reactive-ui-withunirx

History & Practices for UniRx UniRxの歴史、或いは開発(中)タイトルの用例と落とし穴の回避法
http://www.slideshare.net/neuecc/history-practices-for-unirx-unirx

で、この後に上の方の資料を見直すと大分理解が深まる。