Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Playing with RxJS
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Rogério Chaves
May 18, 2015
Technology
0
110
Playing with RxJS
Some basics on RxJS observables
Rogério Chaves
May 18, 2015
Tweet
Share
More Decks by Rogério Chaves
See All by Rogério Chaves
O problema das Fake News
rogeriochaves
1
180
A Brief History of Frontend
rogeriochaves
1
52
Implementando PWA em qualquer projeto
rogeriochaves
2
210
Microfrontends
rogeriochaves
2
140
Introducción a Elm
rogeriochaves
0
74
Immutable App Architecture
rogeriochaves
0
230
Faça programação funcional com JavaScript codando menos
rogeriochaves
4
490
Introduction to Elm
rogeriochaves
2
140
Single State Atom apps
rogeriochaves
1
180
Other Decks in Technology
See All in Technology
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
190
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
150
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1k
AWS CDK の目玉新機能「Mixins」とは / cdk-mixins
gotok365
2
290
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
「データとの対話」の現在地と未来
kobakou
0
970
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
190
ヘルシーSRE
tk3fftk
2
190
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
330
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
360
サンタコンペ2025完全攻略 ~お前らの焼きなましは遅すぎる~
terryu16
1
540
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
27
7.6k
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
140
Code Review Best Practice
trishagee
74
20k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
110
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Statistics for Hackers
jakevdp
799
230k
30 Presentation Tips
portentint
PRO
1
250
My Coaching Mixtape
mlcsv
0
63
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
117
110k
Transcript
REACTIVE EXTENSIONS Playing with Reactive Extensions Observables in JavaScript
WHAT IS REACTIVE? 2 Iterator Observer
WHERE CAN I USE IT? 3 C++
REACTIVE OBSERVABLES 4 You know when you handle arrays? You
can now do it with arrays through time! [1.......2...3]
REACTIVE OBSERVABLES 5 Some Observables Methods •map •filter •merge •debounce
•distinctUntilChanged A visual approach rxmarbles.com
EXAMPLES 6 •Simple Observable •Pac-Man •Autocomplete
THANK YOU