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
Desarrollo FrontEnd con JavaScript #07
Search
Gustavo Leon
February 20, 2013
Programming
0
100
Desarrollo FrontEnd con JavaScript #07
Gustavo Leon
February 20, 2013
Tweet
Share
More Decks by Gustavo Leon
See All by Gustavo Leon
Usando Preact - Una alternativa ligera a React
hpneo
0
270
Manejando Docker containers con Ruby y backticks
hpneo
0
350
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
480
Universal Web apps con JavaScript
hpneo
0
300
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
690
Xamarin
hpneo
1
290
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
110
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
62
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
82
Other Decks in Programming
See All in Programming
Rancher と Terraform
fufuhu
2
170
AIエージェント開発、DevOps and LLMOps
ymd65536
1
370
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
130
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
220
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
17
9.5k
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.4k
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.5k
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
630
パスタの技術
yusukebe
1
550
AHC051解法紹介
eijirou
0
640
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.4k
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
740
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
The Cult of Friendly URLs
andyhume
79
6.6k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
11
1.1k
Automating Front-end Workflow
addyosmani
1370
200k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Producing Creativity
orderedlist
PRO
347
40k
Being A Developer After 40
akosma
90
590k
The World Runs on Bad Software
bkeepers
PRO
70
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Transcript
#07 – backbone i : routers , views
None
Backbone.js • Framework client-side MVC • Permite conectar una aplicación
front end con un aplicación back end mediante una interfaz RESTful utilizando JSON
Routers • Conecta rutas a acciones y eventos en el
lado del cliente • Utiliza onhashchange, o polling en caso no esté soportado
Views • Maneja los cambios de la interfaz de usuario
a través de eventos • Utiliza templates para renderizar cambios en la vista
Templates • Underscore.js • haml-js • mustache.js • Handlebars.js