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
49
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
250
Manejando Docker containers con Ruby y backticks
hpneo
0
330
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
450
Universal Web apps con JavaScript
hpneo
0
290
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
670
Xamarin
hpneo
1
270
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
100
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
56
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
77
Other Decks in Programming
See All in Programming
List とは何か? / PHPerKaigi 2025
meihei3
0
600
SEAL - Dive into the sea of search engines - Symfony Live Berlin 2025
alexanderschranz
1
120
リストビュー画面UX改善の振り返り
splcywolf
0
120
OpenTelemetryを活用したObservability入門 / Introduction to Observability with OpenTelemetry
seike460
PRO
1
420
新卒から4年間、20年もののWebサービスと 向き合って学んだソフトウェア考古学
oguri
8
7.2k
Going Structural with Named Tuples
bishabosha
0
200
The Weight of Data: Rethinking Cloud-Native Systems for the Age of AI
hollycummins
0
260
「影響が少ない」を自分の目でみてみる
o0h
PRO
2
880
DomainException と Result 型で作る型安全なエラーハンドリング
karszawa
0
870
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
4
1k
タイムゾーンの奥地は思ったよりも闇深いかもしれない
suguruooki
1
460
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
5
2.7k
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
29
2k
How GitHub (no longer) Works
holman
314
140k
Code Reviewing Like a Champion
maltzj
522
39k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Music & Morning Musume
bryan
47
6.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Visualization
eitanlees
146
16k
Side Projects
sachag
452
42k
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)