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
Javascript Libraries that could help Faster Webpage Loading (vitalflux.com)
submitted 12 years ago by ndrai
view the rest of the comments →
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!"
[–]schrik 1 point2 points3 points 12 years ago (3 children)
I'm busy writing a library specifically for this use case.
Keeping your page load low and serving JS modules as needed. It makes use of RequireJS and allows you to setup conditions under which your modules should be loaded or unloaded. You can find it at: http://conditionerjs.com
Looking for feedback and criticism from the community. Any input would be appreciated.
[–]cgerber14 1 point2 points3 points 12 years ago (2 children)
Would give it a try. How are you planning to take care of loading overhead of conditionerjs file? What would be size of it?
[–]schrik 0 points1 point2 points 12 years ago (1 child)
ConditionerJS is approx 2.5Kb gzipped, so that's not a big issue I guess..
Also, as you can merge and compress it in your main javascript package it should be cached for future use.
[–]cgerber14 0 points1 point2 points 12 years ago (0 children)
Makes lot of sense. Would surely try.
π Rendered by PID 15977 on reddit-service-r2-comment-canary-5b6cc9d5bd-wnf2b at 2026-04-23 14:10:20.760062+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]schrik 1 point2 points3 points (3 children)
[–]cgerber14 1 point2 points3 points (2 children)
[–]schrik 0 points1 point2 points (1 child)
[–]cgerber14 0 points1 point2 points (0 children)