
GitHub Gist
Pastebin.com
PrivateBin
hastebin
Rentry.co
Write.as
massCode
Ghostbin
BundlePhobia
GTmetrix
bundlejs
Snyk
WebPagetest
date-fns
Vite
esbuild
GitHub GistNo BundlePhobia videos yet. You could help us improve this page by suggesting one.
Based on our record, BundlePhobia should be more popular than GitHub Gist. It has been mentiond 59 times since March 2021. 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.
If you are learning things, you could also create github gists. That way your repos will only be coding related, while you can create tutorials / work exercises in gists. Source: over 3 years ago
I use Github, both for full repos and for short gists. Source: over 4 years ago
On the other hand, shared DartPads are just gists on GitHub so theoretically they can include code that works with different packages. Of course, such gists will not compile in DartPad and will be displayed as having errors :(. Source: over 4 years ago
Perhaps github gists? https://gist.github.com/discover. Source: over 4 years ago
I looked at Github gists, but they are focused in displaying the markdown sourcecode (so e.g. Hyperlinks won't be clickable [1] ). Options just don't seem to be focused on simply hosting PDFs/information with clickable references. Source: almost 5 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 / about 2 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 / 4 months ago
Or use bundlephobia.com for a nicer view of what actually ends up in your bundle. - Source: dev.to / 5 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 / 6 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
Pastebin.com - Pastebin.com is a website where you can store text for a certain period of time.
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.
PrivateBin - PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of...
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.
hastebin - Pad editor for source code.
Snyk - Snyk helps you use open source and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and much more.