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
96
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
160
A Brief History of Frontend
rogeriochaves
1
27
Implementando PWA em qualquer projeto
rogeriochaves
2
180
Microfrontends
rogeriochaves
2
130
Introducción a Elm
rogeriochaves
0
68
Immutable App Architecture
rogeriochaves
0
200
Faça programação funcional com JavaScript codando menos
rogeriochaves
4
440
Introduction to Elm
rogeriochaves
2
130
Single State Atom apps
rogeriochaves
1
170
Other Decks in Technology
See All in Technology
LiteXとオレオレCPUで作る自作SoC奮闘記
msyksphinz
0
830
バックオフィス向け toB SaaS バクラクにおけるレコメンド技術活用 / recommender-systems-in-layerx-bakuraku
yuya4
5
590
Winning at PHP in Production in 2025
beberlei
1
210
Classmethod AI Talks(CATs) #21 司会進行スライド(2025.04.17) / classmethod-ai-talks-aka-cats_moderator-slides_vol21_2025-04-17
shinyaa31
0
630
品質文化を支える小さいクロスファンクショナルなチーム / Cross-functional teams fostering quality culture
toma_sm
0
150
OPENLOGI Company Profile
hr01
0
63k
Making a MIDI controller device with PicoRuby/R2P2 (RubyKaigi 2025 LT)
risgk
1
340
Dynamic Reteaming And Self Organization
miholovesq
3
670
SnowflakeとDatabricks両方でRAGを構築してみた
kameitomohiro
1
500
AIとSREで「今」できること
honmarkhunt
3
400
Linuxのパッケージ管理とアップデート基礎知識
go_nishimoto
0
620
グループ ポリシー再確認 (2)
murachiakira
0
120
Featured
See All Featured
KATA
mclloyd
29
14k
Optimizing for Happiness
mojombo
378
70k
A Tale of Four Properties
chriscoyier
158
23k
The Language of Interfaces
destraynor
157
25k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
It's Worth the Effort
3n
184
28k
Designing for Performance
lara
608
69k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
A better future with KSS
kneath
239
17k
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