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
210
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
72
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
97
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
66
Other Decks in Programming
See All in Programming
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
870
Pulsar2 を雰囲気で使ってみよう
anoken
0
230
最近のVS Codeで気になるニュース 2025/01
74th
1
260
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
ファインディLT_ポケモン対戦の定量的分析
fufufukakaka
0
490
Unity Android XR入門
sakutama_11
0
150
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
130
時計仕掛けのCompose
mkeeda
1
290
Ruby on cygwin 2025-02
fd0
0
140
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
410
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
120
Immutable ActiveRecord
megane42
0
140
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Cult of Friendly URLs
andyhume
78
6.2k
Mobile First: as difficult as doing things right
swwweet
223
9.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
YesSQL, Process and Tooling at Scale
rocio
171
14k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
GitHub's CSS Performance
jonrohan
1030
460k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
Faster Mobile Websites
deanohume
306
31k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
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