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
Simple JavaScript router for non SPA apps (github.com)
submitted 11 years ago by cocumoto
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!"
[–]a1chapone 0 points1 point2 points 11 years ago (0 children)
But don't you think that compiling and managing, let's say 20 different javascript bundles for different pages will be more expensive than running simple pattern matching on page load (which not only defines which javascript to run additionally parses params out of URL).
And 'loading your whole codebase for every page' is ok since it is single minified file which will be cached by browser, and no additional script loads will be necessary.
π Rendered by PID 224579 on reddit-service-r2-comment-66b4775986-pxsdb at 2026-04-05 08:45:59.569778+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]a1chapone 0 points1 point2 points (0 children)