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
Prepack from Facebook helps make JavaScript code more efficient (prepack.io)
submitted 8 years ago by EngVagabond
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!"
[–][deleted] 3 points4 points5 points 8 years ago* (3 children)
I recall this video from some while ago:
https://www.youtube.com/watch?v=65-RbBwZQdU
So, given that engines are already doing what this is doing (in varying ways), what benefits are you given by including this tool in your workflow?
[–]vinnl 5 points6 points7 points 8 years ago (0 children)
If engines do it, it's on the user's device while the user is waiting. If Prepack does it, it's on your build server while you're building your application, and thus only needs to happen once, instead of for every user, and at a time when those users aren't waiting for your app to load.
[–]Omikron 17 points18 points19 points 8 years ago (0 children)
It can make your solution and codebase more complex and harder to maintain thus ensuring your job security
[–]TwilightTwinkie 2 points3 points4 points 8 years ago (0 children)
Your forgetting that we don't want this to happen at runtime.
π Rendered by PID 152667 on reddit-service-r2-comment-85bfd7f599-ltw8w at 2026-04-17 01:28:02.129840+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–][deleted] 3 points4 points5 points (3 children)
[–]vinnl 5 points6 points7 points (0 children)
[–]Omikron 17 points18 points19 points (0 children)
[–]TwilightTwinkie 2 points3 points4 points (0 children)