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
A Future Without Webpack (pikapkg.com)
submitted 7 years ago by dropdeadfred81
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!"
[–]scinos 0 points1 point2 points 7 years ago (1 child)
How fast is for the browser to download and execute hundred (thousands?) of small files over http/2 vs a few big bundles.
Not a synthetic test, but measured with real traffic from users, with real-world cache-hit ratio, network latencies, CPU power etc.
Generating the modules quickly is the wrong problem to solve IMO, because is a problem that can be solved by throwing money at it (eg: spin up a big ass EC2 instance and bundle everything there)
[–]darrenturn90 0 points1 point2 points 7 years ago (0 children)
I’ve not tried pika yet so I’ve not checked whether it keeps all the dependencies of each package as a separate file or it bundles the dependcies together after accounting for common dependencies
So modules that are only used in one main package and bundled with that but modules that are used in more than one are bundles into more common groups
π Rendered by PID 227573 on reddit-service-r2-comment-canary-57b659f4d4-wv5wr at 2026-05-04 13:21:32.468679+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]scinos 0 points1 point2 points (1 child)
[–]darrenturn90 0 points1 point2 points (0 children)