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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
76
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
160
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
98
How to write CPU optimized Meteor apps
arunoda
3
91
Newer way to notify customer about features
arunoda
1
71
Other Decks in Programming
See All in Programming
OTP を自動で入力する裏技
megabitsenmzq
0
120
[PHPerKaigi 2026]PHPerKaigi2025の企画CodeGolfが最高すぎて社内で内製して半年運営して得た内製と運営の知見
ikezoemakoto
0
140
Ruby and LLM Ecosystem 2nd
koic
1
1k
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
610
モダンOBSプラグイン開発
umireon
0
160
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
410
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
470
[SF Ruby Feb'26] The Silicon Heel
palkan
0
110
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
160
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
310
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Featured
See All Featured
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
The Invisible Side of Design
smashingmag
302
51k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
180
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Ethics towards AI in product and experience design
skipperchong
2
230
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
690
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
220
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
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