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
51
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
490
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
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
410
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
550
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
140
コード生成なしでモック処理を実現!ovechkin-dm/mockioで学ぶメタプログラミング
qualiarts
0
270
CSC305 Lecture 11
javiergs
PRO
0
270
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.2k
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
AkarengaLT vol.38
hashimoto_kei
1
120
SODA - FACT BOOK(JP)
sodainc
1
8.8k
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
EMこそClaude Codeでコード調査しよう
shibayu36
0
420
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
331
21k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Practical Orchestrator
shlominoach
190
11k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
620
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
620
Visualization
eitanlees
149
16k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Optimizing for Happiness
mojombo
379
70k
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)