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
110
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
280
Manejando Docker containers con Ruby y backticks
hpneo
0
360
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
500
Universal Web apps con JavaScript
hpneo
0
310
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
63
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
83
Other Decks in Programming
See All in Programming
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
190
Claude Agent SDK を使ってみよう
hyshu
0
1.5k
Kotlin 2.2が切り拓く: コンテキストパラメータで書く関数型DSLと新しい依存管理のかたち
knih
0
280
品質ワークショップをやってみた
nealle
0
930
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
2k
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
910
CSC509 Lecture 11
javiergs
PRO
0
290
ドメイン駆動設計のエッセンス
masuda220
PRO
15
7.4k
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
4
700
ノーコードからの脱出 -地獄のデスロード- / Escape from Base44
keisuke69
0
350
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
710
Webサーバーサイド言語としてのRustについて
kouyuume
1
5.1k
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Scaling GitHub
holman
463
140k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Six Lessons from altMBA
skipperchong
29
4k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Building Adaptive Systems
keathley
44
2.8k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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