
bundlejs
BundlePhobia
esbuild
Webpack
rollup.js
Gulp.js
Vite
Vitest
Medium
Ghost
DEV.to
WordPress
Blogger
Tumblr
Hashnode
Write.as
bundle is a quick and easy way to bundle your projects, minify and see it's gzip size. It's an online tool similar to bundlephobia, but bundle does all the bundling locally on you browser and can treeshake and bundle multiple packages (both commonjs and esm) together, all without having to install any npm packages and with typescript support.
If there is something I missed, a mistake, or a feature you would like added please create an issue or a pull request and I'll try to get to it. You can contribute to this project at okikio/bundle.
You can join the discussion on Github discussions or Twitter.
You can now use search queries in bundle, all you need to do is add this to the url
?q={packages}&treeshake={methods to treeshake}
e.g.
You want react, react-dom, vue, and @okikio/animate, but only want the Animate and toStr methods exported from @okikio/animate.
You would add this to the url bundlejs.com/?q=react,react-dom,vue,@okikio/animate&treeshake=[*],[*],[*],[{Animate,toStr}]
MediumMedium is recommended for avid readers seeking a variety of topics ranging from personal development to technology. It's also ideal for writers looking to publish their work to a broad audience and potentially earn revenue through the platform's Partner Program.
No bundlejs videos yet. You could help us improve this page by suggesting one.
Based on our record, Medium seems to be a lot more popular than bundlejs. While we know about 3127 links to Medium, we've tracked only 10 mentions of bundlejs. 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.
I think a neat route would be to use this as an authoring plugin in VS Code, like prettier: write Duper (or JSON5, or whatever), and then downlevel it to regular json automatically when pressing cmd-s. You wouldn't get to keep your comments (or they could be transformed to { "//": "comment text" }). Outside of that, it's tough to compete with JSON in the "human readable unschematized serialization format" market,... - Source: Hacker News / 10 months ago
React's bundling system and published packages has gotten noticeably more complicated over time. First, there's the separation between the generic cross-platform `react` package, and the platform-specific reconcilers like `react-dom` and `react-native. All the actual "React" logic is built into the reconciler packages (ie, each contains a complete copy of the actual `react-reconciler` package + all the... - Source: Hacker News / 10 months ago
These numbers don't reflect anything useful. This is the total size of the code in the package, most of which will be tree-shaken. In Zod's case, the package now contains three independent sub-libraries. I recommend plugging a script into bundlejs.com[0] to see bundle size numbers for a particular script [0] https://bundlejs.com. - Source: Hacker News / over 1 year ago
[bundlejs](https://bundlejs.com/) is the better alternative to check your dependency sizes with. - Source: Hacker News / over 1 year ago
I was closing out some long lived issues over on bundlejs, when issue #50 reminded me of the ongoing debate about how bundlejs should handle the ESM and CJS packages. - Source: dev.to / about 3 years ago
I wrote a longer, feature-by-feature walkthrough of the stack on Medium if you want the deep dive on how it all wires together. Https://medium.com/@aak540114/give-your-ai-agents-a-kanban-board-not-the-keys-to-production-81ffd19370f1. - Source: dev.to / 1 day ago
FWIW, it appears that using the gh cli is much more token efficient than MCP so that's a plus. https://medium.com/@ravi.madabhushi/mcp-is-up-to-32-more-expensive-than-cli-heres-why-we-still-use-it-d18765735647. - Source: Hacker News / 2 days ago
That's the ratio the widely published numbers give [1][2]. One does not have to believe the numbers, of course, but those who do believe them are then justified to conclude that there's no moat. Which numbers you believe is of course going to affect whether you think there's a moat or not. [1] https://galileo.ai/blog/llm-model-training-cost [2]... - Source: Hacker News / 2 days ago
Kent Beck called this “test && commit || revert” in 2018, and credits Oddmund Strømme for first coming up with the idea: . - Source: Hacker News / 3 days ago
Https://medium.com/@ashishrathour1102 Looking for backend, infrastructure, platform, distributed-systems, storage-engine, or systems-programming roles. Especially interested in small/high-ownership teams working on runtimes, execution infrastructure, databases, developer infrastructure or reliability. - Source: Hacker News / 4 days ago
BundlePhobia - Find the performance impact of adding a npm package to your bundle.
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
esbuild - An extremely fast JavaScript bundler and minifier
DEV.to - Where software engineers connect, build their resumes, and grow.
Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.