The creator of Webpack introduces Turbopack, a Rust-based successor that's 700x faster

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • turbo

    Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

    Article mentions a general-purpose memoization library called turbo. I don't spot it in https://github.com/vercel/turbo/tree/main/crates. Is it like https://crates.io/crates/salsa? Is it meant for use outside of the turbopack ecosystem?

  • dom-expressions

    A Fine-Grained Runtime for Performant DOM Rendering

    Revised my comment. However, I'm required to use Babel for: https://github.com/ryansolid/dom-expressions/tree/main/packages/babel-plugin-jsx-dom-expressions and a couple other small plugins.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • swc

    Rust-based platform for the Web

    If you just want to compile typescript / jsx / react to javascript you'd use a bundler like esbuild or swc.

  • Next.js

    The React Framework

    if you did any web dev recently (like with react for example) you probably used webpack / or similar behind the scenes. especially if you used a react / vue framework like nextjs or remix etc

  • esbuild

    An extremely fast bundler for the web

    If you just want to compile typescript / jsx / react to javascript you'd use a bundler like esbuild or swc.

  • tools

    Discontinued Unified developer tools for JavaScript, TypeScript, and the web

    I'm a lot more interested in Rome

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