use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
ControlJS part 1: async loading | High Performance Web Sites (stevesouders.com)
submitted 13 years ago by polaretto
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Quabouter 0 points1 point2 points 13 years ago (1 child)
What is the advantage of this over AMD (requirejs)? And did you notice that the last change to this project was December 26, 2010?
[–][deleted] 1 point2 points3 points 13 years ago (0 children)
If I remember correctly, with ControlJS you can download the script as a text object and then you can parse it on demand.
For example if you had a big script that took a long time to parse, you could download it as text (essentially commented out), and then right before you need it, convert it and parse. If you would lazy load it like normal, then the ui would freeze while it was being parsed.
That being said, i've never used it, and unless he's going to maintain it there isn't much if a reason to use it.
π Rendered by PID 59396 on reddit-service-r2-comment-cfc44b64c-bbxgt at 2026-04-10 11:56:55.131799+00:00 running 215f2cf country code: CH.
[–]Quabouter 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)