この文書の現在のバージョンと選択したバージョンの差分を表示します。
次のリビジョン | 前のリビジョン | ||
ionicでrxjs非同期通信 [2018/06/12] adash333 作成 |
ionicでrxjs非同期通信 [2018/10/07] (現在) |
||
---|---|---|---|
ライン 2: | ライン 2: | ||
+ | RxJS(Reactive Extensions for JavaScript)は、サーバーとクライアントが非同期通信をするためのシステムです。 | ||
{{:pasted:20180612-112527.png}} | {{:pasted:20180612-112527.png}} | ||
- | RxJS(Reactive Extensions for JavaScript)は、サーバーとクライアントが非同期通信をするためのシステムです。 | ||
以下のサイトが分かりやすいです。 | 以下のサイトが分かりやすいです。 | ||
ライン 11: | ライン 11: | ||
https://qiita.com/Yamamoto0525/items/efc0e5617c7427fea86a\\ | https://qiita.com/Yamamoto0525/items/efc0e5617c7427fea86a\\ | ||
{{:pasted:20180612-112557.png}} | {{:pasted:20180612-112557.png}} | ||
+ | |||
+ | Angular6(Ionic4)からは、RxJS6を利用することになります。以下の記事のRxJSのイメージを見ると、非常にとっつきにくいRxJSがなんか分かっちゃったような気持ちになれます。一見の価値アリです!\\ | ||
+ | https://qiita.com/MasanobuAkiba/items/a5026bd37603cc29e9e7\\ | ||
+ | @MasanobuAkiba | ||
+ | 2018年06月10日に更新 | ||
+ | Angular6 から始める RxJS6 入門 | ||
+ | |||
+ | ===== RxJSもVersionに要注意!(RxJS6.0で大幅変更) ===== | ||
+ | |||
+ | https://qiita.com/hothukurou/items/3e77e76789ab9c243924\\ | ||
+ | @hothukurou | ||
+ | 2018年05月26日に更新 | ||
+ | RxJSを入門しようと思ったら既存のサンプルコードがエラーになる!(RxJS 6.0) | ||
+ | |||
+ | |||
+ | ===== Ionic3でhttpとRxJSを使用する方法 ===== | ||
+ | |||
+ | https://www.techiediaries.com/ionic-http/\\ | ||
+ | {{:pasted:20180624-213911.png}} | ||
+ | |||
+ | https://www.techiediaries.com/ionic-http-client/\\ | ||
+ | {{:pasted:20180624-213940.png}} | ||
+ | |||
+ | https://www.techiediaries.com/angular-testing-httptestingcontroller/ | ||
+ | |||
+ | |||
+ | ===== リンク ===== | ||
+ | |||
+ | |||
+ | https://qiita.com/kitfactory/items/c9cba37a12745acf0697\\ | ||
+ | {{:pasted:20180612-112943.png}} | ||
+ | |||
+ | https://adwd.github.io/rxjs-zatsu-slide/#/\\ | ||
+ | {{:pasted:20180612-113227.png}} | ||
+ | |||
+ | http://www.fumiononaka.com/Business/html5/FN1802004.html\\ | ||
+ | {{:pasted:20180612-113819.png}} | ||