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
450
SSH Can
oursky
1
280
HTTP/2
oursky
0
310
watchOS2
oursky
0
280
Common QA issues
oursky
0
170
Complex is better than complicated
oursky
0
260
Clean code again
oursky
3
330
KiriKiri x O2 x NVLMarker
oursky
0
190
Flux + React
oursky
1
350
Other Decks in Programming
See All in Programming
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
980
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
220
Amazon Bedrock Multi Agentsを試してきた
tm2
1
220
為你自己學 Python
eddie
0
540
Immutable ActiveRecord
megane42
0
120
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
140
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
250
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
3.7k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
2.4k
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
260
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
600
Flatt Security XSS Challenge 解答・解説
flatt_security
0
1.1k
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
A designer walks into a library…
pauljervisheath
205
24k
Code Review Best Practice
trishagee
65
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
380
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Code Reviewing Like a Champion
maltzj
521
39k
Speed Design
sergeychernyshev
25
760
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
19k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
A Tale of Four Properties
chriscoyier
157
23k
Site-Speed That Sticks
csswizardry
3
310
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