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 - S03 (III)
Search
Gustavo Leon
November 17, 2013
Programming
0
52
Desarrollo FrontEnd con JavaScript - S03 (III)
s03 – Cargando módulos con RequireJS
Gustavo Leon
November 17, 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
64
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
85
Other Decks in Programming
See All in Programming
乱雑なコードの整理から学ぶ設計の初歩
masuda220
PRO
31
12k
高単価案件で働くための心構え
nullnull
0
130
歴史から学ぶ「Why PHP?」 PHPを書く理由を改めて理解する / Learning from History: “Why PHP?” Rediscovering the Reasons for Writing PHP
seike460
PRO
0
150
Amazon Bedrock Knowledge Bases Hands-on
konny0311
0
150
Phronetic Team with AI - Agile Japan 2025 closing
hiranabe
2
570
Atomics APIを知る / Understanding Atomics API
ssssota
1
140
Private APIの呼び出し方
kishikawakatsumi
3
870
Register is more than clipboard
satorunooshie
1
470
CSC509 Lecture 11
javiergs
PRO
0
310
Vueで学ぶデータ構造入門 リンクリストとキューでリアクティビティを捉える / Vue Data Structures: Linked Lists and Queues for Reactivity
konkarin
1
200
JEP 496 と JEP 497 から学ぶ耐量子計算機暗号入門 / Learning Post-Quantum Crypto Basics from JEP 496 & 497
mackey0225
2
250
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
360
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
432
66k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
The Pragmatic Product Professional
lauravandoore
36
7k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Designing for humans not robots
tammielis
254
26k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
930
Building an army of robots
kneath
306
46k
A Tale of Four Properties
chriscoyier
162
23k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
670
Transcript
Desarrollo FrontEnd con JavaScript s03 – Cargando módulos con RequireJS
RequireJS Programación modular Carga eficaz de archivos Estructura para aplicaciones
grandes Código reusable
Antes de RequireJS
RequireJS - HTML
RequireJS – main.js
RequireJS – user.js
RequireJS – users.js (cargando módulo)
RequireJS – main.js (más de un módulo)