VoidZero
Vite · Rolldown · Oxc · oxlint
The Vite ecosystem is now a full pipeline. Vite 8 (March 2026) made Rolldown the default
bundler; Oxc handles parsing, transforms, and minification inside it; oxlint offers a fast
lint path. A Rust port of React Compiler is being integrated natively into Oxc (draft PR),
which would complete the fully native pipeline.
Vercel
Next.js · Turbopack · SWC
Next.js 16 (October 2025) made Turbopack the stable default for dev and production.
Turbopack's incremental model only recomputes changed modules, keeping large-project
builds fast. SWC handles compilation; React Compiler support is stable and opt-in. A
separate stack from Vite/Rolldown.
Meta
React · React Compiler · Metro · Hermes
React Compiler 1.0 (October 2025) auto-memoizes components at build time. A Rust port is
now in active development (facebook/react #36173): all 1,725 fixtures pass, and OXC is
already integrating it. On mobile, Metro bundles and Hermes V1 (default since RN 0.84) runs
the JS with bytecode compilation.