[AskJS] Advantages of Rollup over other bundlers for creating libraries?

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vite

    Next generation frontend tooling. It's fast!

  • Rollup is only a bundler. It doesn't provide a development server like WebPack, for example. This doesn't mean you can't build an app with it, but for convenience it's usually better to go with a framework that uses Rollup as part of its dependencies, like Vite, which integrates it into its development server.

  • swc

    Rust-based platform for the Web

  • Rollup is highly configurable via plugins. It also supports a wide range of transpilation targets. However, it's written in JavaScript (well, TypeScript) so there's a ceiling on how fast it can go. esbuild and swc are orders-of-magnitude faster than Rollup.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • esbuild

    An extremely fast bundler for the web

  • Rollup is highly configurable via plugins. It also supports a wide range of transpilation targets. However, it's written in JavaScript (well, TypeScript) so there's a ceiling on how fast it can go. esbuild and swc are orders-of-magnitude faster than Rollup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Predicciones 🧞‍♀️💻 2022

    3 projects | dev.to | 4 Jan 2022
  • Announcing vite-react-ts-extended

    4 projects | dev.to | 17 Nov 2021
  • Etsy’s Journey to TypeScript

    6 projects | news.ycombinator.com | 16 Nov 2021
  • You don't say

    7 projects | /r/ProgrammerHumor | 15 Feb 2023
  • The Role of Transpilers in Web Development

    2 projects | dev.to | 16 Jan 2023