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
Uvod u Backbone.js
Search
Zarko Susnjar
October 04, 2012
Programming
2
130
Uvod u Backbone.js
yclabs.wordpress.com, prezentacija održana 04.10.2012. ,
Zarko Susnjar
October 04, 2012
Tweet
Share
More Decks by Zarko Susnjar
See All by Zarko Susnjar
Moderne web i frontend tehnologije 2015
zarkosusnjar
0
180
Other Decks in Programming
See All in Programming
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
420
速いWebフレームワークを作る
yusukebe
5
1.7k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
1.8k
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
160
楽して成果を出すためのセルフリソース管理
clipnote
0
180
rage against annotate_predecessor
junk0612
0
170
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
1
130
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Into the Great Unknown - MozCon
thekraken
40
2k
Documentation Writing (for coders)
carmenintech
74
5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
4 Signs Your Business is Dying
shpigford
184
22k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
What's in a price? How to price your products and services
michaelherold
246
12k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Building an army of robots
kneath
306
46k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Side Projects
sachag
455
43k
Transcript
None
MVC > MVP > MVVM > MV*
None
None
None
None
Backbone.js gives structure to web applications by providing models with
key- value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
None
Problem „Klasičnog nasledjivanja“ u Javascript-u ( new , Object.create() Classical
Inheritance)
None
None
None
None
None
None
None
None
None
None
None
None
// Backbone implementacija klasičnog nasleđivanja // Sve klase podržavaju nasledjivanje
Backbone.Model.extend = Backbone.Collection.extend = Backbone.Router.extend = Backbone.View.extend = extend;
Backbone MV* • • • • •
None
None
None
None
None
Backbone.Model
None
None
None
None
None
None
None
None
Backbone.Collection
None
None
None
None
None
None
Backbone.View
None
None
None
None
None
Client-side Templating
None
None
None