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
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
Porting a visionOS App to Android XR
akkeylab
0
470
Team operations that are not burdened by SRE
kazatohiei
1
310
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
160
VS Code Update for GitHub Copilot
74th
2
650
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
4k
ニーリーにおけるプロダクトエンジニア
nealle
0
840
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
170
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
520
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
13k
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Raft: Consensus for Rubyists
vanstee
140
7k
The Language of Interfaces
destraynor
158
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Producing Creativity
orderedlist
PRO
346
40k
4 Signs Your Business is Dying
shpigford
184
22k
Fireside Chat
paigeccino
37
3.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
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