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
Query Params and the Ember Router
Search
alexspeller
August 30, 2013
Programming
2
550
Query Params and the Ember Router
An adventure in Routerland. My talk at emberfest.eu on 30th August 2013
alexspeller
August 30, 2013
Tweet
Share
More Decks by alexspeller
See All by alexspeller
iPhone HTML5 Web Apps
alexspeller
2
180
Other Decks in Programming
See All in Programming
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
920
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
180
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
830
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
140
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
160
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
210
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
130
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.1k
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
5
960
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
310
Featured
See All Featured
Abbi's Birthday
coloredviolet
2
5.3k
Balancing Empowerment & Direction
lara
5
940
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
76
YesSQL, Process and Tooling at Scale
rocio
174
15k
Crafting Experiences
bethany
1
86
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
70
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Transcript
Query Params An adventure in Routerland Lead Engineer @ @alexspeller
None
None
“Extra” application state
What if it’s optional?
What if it’s Controller State?
Solutions so far Ember Query github.com/alexspeller/ember-query Ember Query Params github.com/eltehupkes/ember-query-params
Custom hacks github.com/your-username/pain-and-regret
Query Params in master? https://github.com/emberjs/ember.js/pull/3182
Defining Query Params
Query Params are Global
Nested Routes
Route Hooks
Transitioning
linkTo helper
Query Params are Sticky
Clearing Query Params
Boolean Query Params
Gotcha: Observers
TODO Model Query Params vs Controller Query Params Nicer way
to bind query params to controller state ??? Profit
Takeaways Routing is hard Nested routing is hard Asynchronus nested
routing is hard Ember’s router is crazy awesome
None