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
Introduction to Flow - UI Architecture for Meteor
Search
arunoda
February 26, 2015
Programming
1
200
Introduction to Flow - UI Architecture for Meteor
This is a presentation I did at the Meteor Cardiff on their February meetup.
arunoda
February 26, 2015
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
71
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
150
Performance Optimization Tips for Meteor
arunoda
0
300
Scaling a Meteor Cluster
arunoda
0
250
Microservices and Meteor
arunoda
0
880
Introduction to Meteor
arunoda
1
95
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
65
Other Decks in Programming
See All in Programming
色々なIaCツールを実際に触って比較してみる
iriikeita
0
340
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
950
Djangoの開発環境で工夫したこと - pre-commit / DevContainer
hiroki_yod
1
140
Contemporary Test Cases
maaretp
0
140
Click-free releases & the making of a CLI app
oheyadam
2
120
イマのCSSでできる インタラクション最前線 + CSS最新情報
clockmaker
4
2k
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.2k
Macとオーディオ再生 2024/11/02
yusukeito
0
380
DevTools extensions で 独自の DevTool を開発する | FlutterKaigi 2024
kokiyoshida
0
110
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
480
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
Code Reviewing Like a Champion
maltzj
520
39k
Faster Mobile Websites
deanohume
305
30k
Raft: Consensus for Rubyists
vanstee
136
6.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
A better future with KSS
kneath
238
17k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Scaling GitHub
holman
458
140k
Typedesign – Prime Four
hannesfritz
40
2.4k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
BBQ
matthewcrist
85
9.3k
Transcript
Flow Reactive UI; with your control @meteorhacks
A Typical Meteor App Router
React + Flux
Flow Router (routing + subscriptions) Layout Manager (render initial templates)
Components (business logic) Views (UI logic)
Quick Demo
Router.current() is bad
Router.current() is bad
Router.current() is bad
Router only runs once
Router only runs once
Router only runs once
Router only runs once
Components
Components
Components
Components
Components
https://github.com/meteorhacks/flow-router https://github.com/meteorhacks/flow-layout https://github.com/meteorhacks/flow-components
Thanks