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
Loading js file
Search
Oursky Limited
November 18, 2013
Programming
0
160
Loading js file
Overview on Asynchronous Module Definition and values hands off
Oursky Limited
November 18, 2013
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
490
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
320
Common QA issues
oursky
0
200
Complex is better than complicated
oursky
0
280
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
230
Flux + React
oursky
1
380
Other Decks in Programming
See All in Programming
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.4k
Swift Updates - Learn Languages 2025
koher
2
490
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
1
130
Deep Dive into Kotlin Flow
jmatsu
1
360
RDoc meets YARD
okuramasafumi
4
170
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
Namespace and Its Future
tagomoris
6
710
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
より安全で効率的な Go コードへ: Protocol Buffers Opaque API の導入
shwatanap
2
460
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
560
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Bash Introduction
62gerente
615
210k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Thoughts on Productivity
jonyablonski
70
4.8k
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Gamification - CAS2011
davidbonilla
81
5.4k
Designing Experiences People Love
moore
142
24k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
Loading your JS Monday, 18 November, 13
CommonJS Different framework reinventing the wheel Aimed to provide a
standard lib for js as in python/ruby AMD is one of them Monday, 18 November, 13
AMD Asynchronous Load Modules Definition Monday, 18 November, 13
Implementation RequireJS, defacto standard, ~5k github star Nodules curl.js Monday,
18 November, 13
Don’t Monday, 18 November, 13
Do Monday, 18 November, 13
Module Definition Monday, 18 November, 13
Load Automatic Monday, 18 November, 13
Deployment? grunt-contrib-requirejs Monday, 18 November, 13
YUI3 Since 2010 Requirejs API is informed by YUI().use() Drop
in module, loader, combo, CDN CSS too!! Monday, 18 November, 13
Values handoff Monday, 18 November, 13
When and where? HTML Inline JSON AJAX Monday, 18 November,
13
Good of HTML With js disabled Monday, 18 November, 13
Assume no js? rendr https://github.com/airbnb/rendr You can render the whole
Backbone.js at server Actually, who browser the web without js? http://sighjavascript.tumblr.com Monday, 18 November, 13
Mix them up Initial inline at HTML, JSON Update by
ajax History API Monday, 18 November, 13