Skip to content

v2.1.0-beta.0

Latest

Choose a tag to compare

@chenjiahan chenjiahan released this 18 Jun 14:57
· 1 commit to main since this release
5d299bd

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