webpack

Writing Webpack Plugins Rust SWC Faster Builds

Writing webpack plugins in Rust using SWC for faster builds

We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our...
Mario Zupan
7 min read
Introducing Turbopack: A Rust-based successor to Webpack

Introducing Turbopack: A Rust-based successor to webpack

Learn about Turbopack, a new, Rust-based, Vercel-backed incremental bundler optimized for your JavaScript and TypeScript projects.
Emmanuel John
7 min read
Tool Logos Over Code Background

How to detect dead code in a frontend project

Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.
Iva Kop
5 min read
Snowpack vs. webpack

Snowpack vs. webpack: A build tool comparison

Few tools have been as central and important to the JavaScript ecosystem as webpack. Learn how Snowpack and webpack stack up.
Drew Powers
12 min read
Treeshaking JSON in Webpack

Tree shaking JSON files with webpack

Webpack performs out-of-the-box tree shaking when compiling multiple JSON files into a single one. Here's how and why you should use...
Kumar Abhirup
4 min read
Logo Over a Pebbled Background

Migrating to SWC: A brief overview

SWC is faster than webpack and Babel. If you've already bootstrapped your project with those tools, here's how you can to...
Lorenz Weiß
3 min read
Webpack Logo Over a Tree Background

Tree shaking and code splitting in webpack

Here, we'll explain tree shaking and code splitting in webpack and discuss how to combine them for the most optimal bundle...
Simohamed Marhraoui
8 min read

How to configure CSS Modules for webpack

Increase the flexibility of your app's CSS components with CSS Modules and Webpack in this handy tutorial and demo app build....
Hulya Karakaya
3 min read
Deploying Micro-Frontends Using webpack's Module Federation

Building micro-frontends with webpack’s Module Federation

Learn how you can simplify app architecture by using webpack 5’s Module Federation to consume and share micro-frontend components with a...
Uma Victor
7 min read
vanilla-extract tutorial: Create zero-runtime stylesheets in TypeScript

vanilla-extract tutorial: Create zero-runtime style sheets in TypeScript

vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and...
Julio Sampaio
8 min read

The best webpack configurations for React applications

If you've struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.
Adewale Abati
12 min read
webpack or esbuild: Why not both?

webpack or esbuild: Why not both?

If you want to have faster builds but don't have the time to go through a big migration, esbuild-loader enables you...
John Reilly
4 min read