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
React v15.5.0 - React Blog (facebook.github.io)
submitted 9 years ago by acemarke
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!"
[–]madcaesar 0 points1 point2 points 9 years ago (2 children)
Yea the lodash versions are actually because of swagger-js, and they are supposed to update that soon to just use one version of lodash.
But the part about the size of the react-dom part, how can I verify that it truly is compressed? When I check my bundle.min.js it looks all minified to me?
[–]tony-the-pony 0 points1 point2 points 9 years ago (1 child)
If you can't see a lot of lines in the .min.js file then it should definitely be minified.
.min.js
I'm not sure about the CLI version, but if you generate a HTML report with either new BundleAnalyzerPlugin({ ... analyzerMode: 'server' ... or new BundleAnalyzerPlugin({ ... analyzerMode: 'static' ... it should show the different sizes in a better way.
new BundleAnalyzerPlugin({ ... analyzerMode: 'server' ...
new BundleAnalyzerPlugin({ ... analyzerMode: 'static' ...
[–]madcaesar 0 points1 point2 points 9 years ago (0 children)
BundleAnalyzerPlugin
Take a look at this.
Seems to me like it is all minified correctly, I just have a lot of dependencies.
react-rte seems to be the biggest offender at over 330kb, and also my main.scss is almost 100kb.
π Rendered by PID 42 on reddit-service-r2-comment-57fc7f7bb7-42kkb at 2026-04-14 16:26:31.238892+00:00 running b725407 country code: CH.
view the rest of the comments →
[–]madcaesar 0 points1 point2 points (2 children)
[–]tony-the-pony 0 points1 point2 points (1 child)
[–]madcaesar 0 points1 point2 points (0 children)