LokeshTree Shaking — JSLet us understand what is tree shaking or dead code elimination, it is basically load modules which are used and discard the rest in the…Nov 28
EisenbergEffectAn ESBuild Setup for TypeScriptExploring modern JS bundlers and configuring ESBuild with TypeScript.Jun 12, 20235
Zack JacksonCustom chunk optimization, how code splitting works in Rspack/WebpackChunk splitting is one of the most powerful features of modern bundlers like Webpack and Rspack, yet its inner workings and how to…Sep 31Sep 31
Abhi KshirsagarBrowsers Before Bundlers: How JavaScript Was Managed in the Early Days ?Before the advent of bundlers, web browsers would load JavaScript, CSS, and HTML directly as separate files. Here’s how the process…Nov 15Nov 15
jstnjsYou might not be lazy loading properly in Angular. Pitfall of barrel files.Analyze the implications of barrel files on lazy loading efficiency in Angular.May 193May 193
LokeshTree Shaking — JSLet us understand what is tree shaking or dead code elimination, it is basically load modules which are used and discard the rest in the…Nov 28
EisenbergEffectAn ESBuild Setup for TypeScriptExploring modern JS bundlers and configuring ESBuild with TypeScript.Jun 12, 20235
Zack JacksonCustom chunk optimization, how code splitting works in Rspack/WebpackChunk splitting is one of the most powerful features of modern bundlers like Webpack and Rspack, yet its inner workings and how to…Sep 31
Abhi KshirsagarBrowsers Before Bundlers: How JavaScript Was Managed in the Early Days ?Before the advent of bundlers, web browsers would load JavaScript, CSS, and HTML directly as separate files. Here’s how the process…Nov 15
jstnjsYou might not be lazy loading properly in Angular. Pitfall of barrel files.Analyze the implications of barrel files on lazy loading efficiency in Angular.May 193
Think ThrooBunchee, a bundler for JS/TS packageI found that Bunchee is used in t3-env to bundle their core, nextjs, nuxt packages.Nov 7
Muhammad FiazTurbopack: The Rust-powered successor to WebpackReady to give Turbopack a try?Nov 1, 2023
Iboro InyangBundle Up? Vite or Webpack?If you’ve been a frontend developer for a while you must’ve come across bundlers at some point whilst working with React, Vue or other…Apr 17