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
200
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
120
I2C basics with Arduino
mulderp
0
210
Sharing hardware with JavaScript
mulderp
1
190
Arduino October meetup
mulderp
0
110
Physical JavaScript with Johnny-5, Cylon and Tessel
mulderp
1
1.1k
Blogging and writing about JavaScript
mulderp
2
850
Minimum Viable Interactions
mulderp
3
580
Arduino July Meetup
mulderp
0
93
Other Decks in Programming
See All in Programming
The Efficiency Paradox and How to Save Yourself and the World
hollycummins
0
190
게임 개발하던 학생이이 세계에선 안드로이드 개발자?
pangmoo
0
110
RDBの世界をぬりかえていくモデルグラフDB〜truncus graphによるモデルファースト開発〜
jurabi
0
170
データフレームライブラリ徹底比較
daikikatsuragawa
2
110
CSC509 Lecture 02
javiergs
PRO
0
160
色んなオートローダーを覗き見る #phpcon_okinawa
o0h
PRO
5
410
C#および.NETに対する誤解をひも解く
ymd65536
0
310
rtcamp 10 (vk-illuminati)
yumcyawiz
0
120
Quarto Clean Theme
nicetak
0
220
Cancel Next.js Page Navigation: Full Throttle
ypresto
1
210
クラウドサービスの 利用コストを削減する技術 - 円安の真南風を感じて -
pyama86
3
400
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
11
1.5k
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.3k
KATA
mclloyd
28
13k
The Brand Is Dead. Long Live the Brand.
mthomps
53
38k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
504
140k
The Mythical Team-Month
searls
218
43k
Teambox: Starting and Learning
jrom
132
8.7k
Why You Should Never Use an ORM
jnunemaker
PRO
53
9k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
26
4.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
7
590
We Have a Design System, Now What?
morganepeng
50
7.2k
Pencils Down: Stop Designing & Start Developing
hursman
119
11k
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