Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
bundling

9 Articles
{
,

}
Direct link to the article Working with Fusebox and React
bundling fusebox react webpack

Working with Fusebox and React

If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires …

Avatar of Kingsley Silas
Kingsley Silas on Nov 8, 2019
Direct link to the article Using FuseBox as a Bundling Alternative to webpack for React
bundling fusebox react webpack

Using FuseBox as a Bundling Alternative to webpack for React

If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires …

Avatar of Kingsley Silas
Kingsley Silas on Nov 1, 2019 (Updated on Mar 25, 2020)
Direct link to the article Why Parcel Has Become My Go-To Bundler for Development
build tool bundling parcel preprocessing

Why Parcel Has Become My Go-To Bundler for Development

Today we’re gonna talk about application bundlers — tools that simplify our lives as developers. At their core, bundlers pick your code from multiple files and put everything all together in one or more files in a logical order that …

Avatar of Maks Akymenko
Maks Akymenko on Oct 21, 2019
Direct link to the article Split
build tool bundling preprocessing productivity

Split

Direct Link

Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:

On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This

…
Avatar of Chris Coyier
Shared by Chris Coyier on May 2, 2019
Direct link to the article Using Parcel as a Bundler for React Applications
bundling react webpack

Using Parcel as a Bundler for React Applications

You may already be familiar with webpack for asset management on projects. However, there’s another cool tool out there called Parcel, which is comparable to webpack in that it helps with hassle-free asset bundling. Where Parcel really shines is …

Avatar of Kingsley Silas
Kingsley Silas on Apr 25, 2019
Direct link to the article Moving from Gulp to Parcel
bundling gulp webpack

Moving from Gulp to Parcel

Direct Link

Ben Frain just made some notes about the switch from Gulp to Parcel, a relatively new “web application bundler” which, from a quick look at things, is similar to webpack but without all the hassle of setting things up. …

Avatar of Robin Rendle
Shared by Robin Rendle on Apr 25, 2019
Direct link to the article How to Worry About npm Package Weight
bundling npm performance performance budget webpack

How to Worry About npm Package Weight

It’s all too easy to go crazy with the imports and end up with megabytes upon megabytes of JavaScript. It can be a problem as that weight burdens each and every visitor from our site, very possibly delaying or stopping …

Avatar of Chris Coyier
Chris Coyier on Dec 18, 2018
build tool bundling webpack

Why would I use webpack?

Direct Link

Gonzalo García takes a crack at why webpack (not capitalized like npm) exists at all. No particular disagreements here, but here’s my crack at it…

  • We use webpack because we need to import stuff from place;. This is
…
Avatar of Chris Coyier
Shared by Chris Coyier on Mar 24, 2018 (Updated on Nov 9, 2018)
bundling compression http/2 performance sprites

Musings on HTTP/2 and Bundling

HTTP/2 has been one of my areas of interest. In fact, I’ve written a few articles about it just in the last year. In one of those articles I made this unchecked assertion:

If the user is on HTTP/2: You’ll

…
Avatar of Jeremy Wagner
Jeremy Wagner on Jul 17, 2017

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top