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 #08
Search
Gustavo Leon
February 22, 2013
Programming
0
69
Desarrollo FrontEnd con JavaScript #08
Gustavo Leon
February 22, 2013
Tweet
Share
More Decks by Gustavo Leon
See All by Gustavo Leon
Usando Preact - Una alternativa ligera a React
hpneo
0
230
Manejando Docker containers con Ruby y backticks
hpneo
0
320
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
440
Universal Web apps con JavaScript
hpneo
0
280
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
660
Xamarin
hpneo
1
260
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
98
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
55
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
77
Other Decks in Programming
See All in Programming
Unity Android XR入門
sakutama_11
0
140
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
Software Architecture
hschwentner
6
2.1k
時計仕掛けのCompose
mkeeda
1
280
Spring gRPC について / About Spring gRPC
mackey0225
0
220
WebDriver BiDiとは何なのか
yotahada3
1
140
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
100
Honoとフロントエンドの 型安全性について
yodaka
4
250
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
4.1k
Lottieアニメーションをカスタマイズしてみた
tahia910
0
120
SwiftUI Viewの責務分離
elmetal
PRO
0
140
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Bash Introduction
62gerente
610
210k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
310
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Into the Great Unknown - MozCon
thekraken
35
1.6k
GitHub's CSS Performance
jonrohan
1030
460k
Site-Speed That Sticks
csswizardry
3
370
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Transcript
#08 – backbone i : models, collections
None
Models • Contiene la data y lógica de los objetos
de una aplicación • Ofrece soporte para eventos y sincronización la data con el servidor
Collections • Contiene una lista de modelos y un set
de métodos para trabajar con ellos