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
92
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
25
Implementando PWA em qualquer projeto
rogeriochaves
2
180
Microfrontends
rogeriochaves
2
130
Introducción a Elm
rogeriochaves
0
65
Immutable App Architecture
rogeriochaves
0
200
Faça programação funcional com JavaScript codando menos
rogeriochaves
4
420
Introduction to Elm
rogeriochaves
2
130
Single State Atom apps
rogeriochaves
1
170
Other Decks in Technology
See All in Technology
Storage Browser for Amazon S3
miu_crescent
1
170
PHP ユーザのための OpenTelemetry 入門 / phpcon2024-opentelemetry
shin1x1
1
220
終了の危機にあった15年続くWebサービスを全力で存続させる - phpcon2024
yositosi
13
11k
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
0
140
DUSt3R, MASt3R, MASt3R-SfM にみる3D基盤モデル
spatial_ai_network
2
140
10分で学ぶKubernetesコンテナセキュリティ/10min-k8s-container-sec
mochizuki875
3
350
kargoの魅力について伝える
magisystem0408
0
210
OpenAIの蒸留機能(Model Distillation)を使用して運用中のLLMのコストを削減する取り組み
pharma_x_tech
4
560
Qiita埋め込み用スライド
naoki_0531
0
5.1k
小学3年生夏休みの自由研究「夏休みに Copilot で遊んでみた」
taichinakamura
0
150
PHPerのための計算量入門/Complexity101 for PHPer
hanhan1978
5
110
Turing × atmaCup #18 - 1st Place Solution
hakubishin3
0
480
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
51
7.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Typedesign – Prime Four
hannesfritz
40
2.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.2k
Scaling GitHub
holman
458
140k
Six Lessons from altMBA
skipperchong
27
3.5k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
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