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
Handlebones
Search
mulderp
May 14, 2014
Programming
0
210
Handlebones
A talk on using Backbone together with Handlebars
mulderp
May 14, 2014
Tweet
Share
More Decks by mulderp
See All by mulderp
Node.js for Embedded Systems
mulderp
1
2.8k
Nodebotsday
mulderp
1
130
I2C basics with Arduino
mulderp
0
220
Sharing hardware with JavaScript
mulderp
1
210
Arduino October meetup
mulderp
0
120
Physical JavaScript with Johnny-5, Cylon and Tessel
mulderp
1
1.1k
Blogging and writing about JavaScript
mulderp
2
900
Minimum Viable Interactions
mulderp
3
620
Arduino July Meetup
mulderp
0
100
Other Decks in Programming
See All in Programming
未来を拓くAI技術〜エージェント開発とAI駆動開発〜
leveragestech
2
170
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
190
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
330
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
12
2.8k
バイブコーディング × 設計思考
nogu66
0
130
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
ワープロって実は計算機で
pepepper
2
1.4k
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
150
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
1k
decksh - a little language for decks
ajstarks
4
21k
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
170
Infer入門
riru
4
1.6k
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
For a Future-Friendly Web
brad_frost
179
9.9k
The Language of Interfaces
destraynor
160
25k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Statistics for Hackers
jakevdp
799
220k
Why Our Code Smells
bkeepers
PRO
338
57k
Transcript
Handlebones Building an App with Handlebars and Backbone Patrick mulder
@mulpat Munich Ember Meetup May 2014
Background render UI‘s with Key-Value Observation
Views State Updates Server Sync Changes UI Events DOM Templates
MV* Keys Values Handlebars
Handlebars mvc_editor To be released at github, inspired by Andrei
Kashcha
App Dependencies Scaffolding And project structure
Simple controls 1 way data binding = Change in state
-> re-render view
Advanced editing 2 way data binding = • Change in
model -> change in view • Change in input -> change model
Advanced Views • Start with lists or longer inputs •
E.g. the colors
Nested views
References • http://thinkingonthinking.com/two-way-databinding- with-stickit/ • http://thinkingonthinking.com/key-value-pairs/ • https://speakerdeck.com/mulderp/backbone-and- handlebars •
https://github.com/FormidableLabs/handlebones • http://handlebarsjs.com/block_helpers.html