Bundling Python Applications: Creating Distributable Packages with Dependencies for Easy Deployment
Introduction Deploying Python applications can quickly turn into a logistical nightmare...
Tag archive
Introduction Deploying Python applications can quickly turn into a logistical nightmare...

Originally published at norvik.tech Introduction Explore the technical intricacies of...
React.lazy() makes a 5MB app's first load equal to just the landing route cost. Here is how route code splitting works and where it silently fails.
Bundle Size Inspector: Know Your Import Costs Before They Hurt Published on: Dev.to Tags:...
Your 2MB bundle isn't fate. How bundlers merge modules, why tree shaking fails silently, and how to split code so users only load what they need.
Bun 1.2 bundles a 500-package TypeScript monorepo 4.7x faster than Node.js 24 with esbuild, cutting...

Imagine you're building a web app and your production bundle is absolutely massive. Like,...

Learn how to enable both Client and Server Components in your component library when using Rollup module bundler.

Today's bundlers rely on developers to decide where and when the application code should be lazy...

Let’s learn how we can load stylesheets only when needed without making them part of the application bundle.
In this article, I'll show how to add a development server to the simple application we started in...
This article will show how to start a project with esbuild as a bundler. I assume you have: npm...