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
150
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
440
SSH Can
oursky
1
270
HTTP/2
oursky
0
300
watchOS2
oursky
0
270
Common QA issues
oursky
0
170
Complex is better than complicated
oursky
0
250
Clean code again
oursky
3
330
KiriKiri x O2 x NVLMarker
oursky
0
180
Flux + React
oursky
1
340
Other Decks in Programming
See All in Programming
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
Contemporary Test Cases
maaretp
0
140
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
Outline View in SwiftUI
1024jp
1
330
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
1.9k
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Jakarta EE meets AI
ivargrimstad
0
630
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
920
受け取る人から提供する人になるということ
little_rubyist
0
230
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
920
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
watsonx.ai Dojo #4 生成AIを使ったアプリ開発、応用編
oniak3ibm
PRO
1
130
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
20
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Writing Fast Ruby
sferik
627
61k
KATA
mclloyd
29
14k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Fireside Chat
paigeccino
34
3k
GraphQLとの向き合い方2022年版
quramy
43
13k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Pragmatic Product Professional
lauravandoore
31
6.3k
Unsuck your backbone
ammeep
668
57k
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