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
Rogério Chaves
May 18, 2015
Technology
0
98
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
170
A Brief History of Frontend
rogeriochaves
1
43
Implementando PWA em qualquer projeto
rogeriochaves
2
200
Microfrontends
rogeriochaves
2
140
Introducción a Elm
rogeriochaves
0
71
Immutable App Architecture
rogeriochaves
0
210
Faça programação funcional com JavaScript codando menos
rogeriochaves
4
470
Introduction to Elm
rogeriochaves
2
140
Single State Atom apps
rogeriochaves
1
180
Other Decks in Technology
See All in Technology
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
Green Tea Garbage Collector の今
zchee
PRO
2
380
SOC2取得の全体像
shonansurvivors
1
350
多野優介
tanoyusuke
1
180
[2025-09-30] Databricks Genie を利用した分析基盤とデータモデリングの IVRy の現在地
wxyzzz
0
440
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
3
230
非エンジニアのあなたもできる&もうやってる!コンテキストエンジニアリング
findy_eventslides
3
880
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
110
DataOpsNight#8_Terragruntを用いたスケーラブルなSnowflakeインフラ管理
roki18d
1
320
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.4k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
9k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
Unsuck your backbone
ammeep
671
58k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
A designer walks into a library…
pauljervisheath
208
24k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Six Lessons from altMBA
skipperchong
28
4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
Building Applications with DynamoDB
mza
96
6.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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