github web-infra-dev/rsbuild v2.1.0-beta.0

7 hours ago

Highlights

React Compiler in Rust

@rsbuild/plugin-react now supports the reactCompiler option, enabling faster React Compiler through Rspack's Rust-based builtin:swc-loader.

pluginReact({
  reactCompiler: true,
});

See the reactCompiler documentation for configuration details.

Requires @rsbuild/core >= 2.1.0-beta.0 and @rsbuild/plugin-react >= 2.1.0.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

New Contributors

Full Changelog: v2.0.15...v2.1.0-beta.0

Don't miss a new rsbuild release

NewReleases is sending notifications on new releases.