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
73
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
890
Introduction to Meteor
arunoda
1
97
How to write CPU optimized Meteor apps
arunoda
3
87
Newer way to notify customer about features
arunoda
1
69
Other Decks in Programming
See All in Programming
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
340
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
160
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
100
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
230
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
PicoRuby on Rails
makicamel
2
130
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
Team operations that are not burdened by SRE
kazatohiei
1
310
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
13k
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
Featured
See All Featured
Bash Introduction
62gerente
613
210k
Music & Morning Musume
bryan
46
6.6k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Writing Fast Ruby
sferik
628
62k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Become a Pro
speakerdeck
PRO
29
5.4k
KATA
mclloyd
30
14k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Being A Developer After 40
akosma
90
590k
Code Reviewing Like a Champion
maltzj
524
40k
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