Promptles
React & Frontend

Bundle

intermediate

Definition

When a website is ready to be put online, all of its hundreds of small code files are squeezed and stitched together into one (or a few) compact files. That packaged-up result is the bundle. Smaller bundles mean faster page loads.

In the wild

A site is built from 200 little code files while the team is working on it. Before going live, a packaging tool combines and shrinks all of them into a single file the browser can download in one quick gulp instead of 200 separate ones.

More from React & Frontend