JavaScript.com
Scrimba
Codรฉdex
CodeCrafters
Data Protocol
Eloquent JavaScript
Codelita
The State of JavaScript 2018
BundlePhobia
GTmetrix
bundlejs
Snyk
WebPagetest
date-fns
Vite
esbuild
JavaScript.comBased on our record, BundlePhobia seems to be a lot more popular than JavaScript.com. While we know about 59 links to BundlePhobia, we've tracked only 1 mention of JavaScript.com. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The best resource I know of is Javascript.com for learning Javascript for the first time. It's made by Pluralsight which is a site that contains courses. - Source: dev.to / about 4 years ago
Check packages on Bundlephobia before importing. A date-picker that pulls in 80 KB gzipped when you need one function is a problem you choose. - Source: dev.to / 3 months ago
Before adding any npm package, check bundlephobia.com for the bundle cost. Example: lodash costs 70KB โ lodash-es with tree shaking costs 0-70KB depending on what you import. - Source: dev.to / 5 months ago
Or use bundlephobia.com for a nicer view of what actually ends up in your bundle. - Source: dev.to / 6 months ago
There are two excellent services for estimating package size - Bundlephobia and Package Phobia. While the first calculates "bundle size", the second calculates "publish size" and "install size". The "install size" is the result of recursively summing up all the package dependencies. The result of such an evaluation may surprise. - Source: dev.to / 7 months ago
We can use bundlephobia.com to quickly check the โcostโ of adding a npm library to your bundle. Upon checking, it tells us moment.js clocks in at around 300KB, while date-fns is a much leaner 77KB:. - Source: dev.to / about 1 year ago
Scrimba - Interactive coding screencasts created in an instant
GTmetrix - GTmetrix is a free tool that analyzes your page's speed performance. Using PageSpeed and YSlow, GTmetrix generates scores for your pages and offers actionable recommendations on how to fix them.
Codรฉdex - The most fun way to learn to code.
bundlejs - A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.
CodeCrafters - Programming exercises for experienced engineers.
Snyk - Snyk helps you use open source and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and much more.