Bundling
Rollup is a popular tool for bundling JavaScript modules. It allows you to generate a bundle of your application's code and its dependencies, which you can then include in your web page to load your application. Rollup is known for its ability to produce small, optimized bundles, making it a good choice for applications that need to load quickly in a web browser.