Best of WebpackSeptember 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    Bun hype. How we learned nothing from Yarn

    Yarn and Bun went off to create their own competing technology. Both sold themselves on being way faster. Both went in with the goal of splitting the ecosystem. Both announced that they were officially v1.0 and ready for production!...while not actually supporting Windows. In 2023, npm is still faster than Yarn.

  2. 2
    Article
    Avatar of discdotDiscover .NET·3y

    What Is A JavaScript Bundler?

    A JavaScript bundler produces bundles. It's basically a static file, optimized to be served to the client (in our case: a web browser) The main goal is to produce a single bundle file from multiple dependencies. In effect, the user’s browser doesn’t need to fetch so many files separately.