Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 985 Bytes

migrate-from-cra.mdx

File metadata and controls

15 lines (8 loc) · 985 Bytes

Migrating from Create React App

Because Create React App (CRA) itself has many built-in capabilities, manually setting up an equivalent configuration using @rspack/cli can be challenging. Therefore, we recommend migrating CRA applications to Rsbuild to leverage Rspack's capabilities.

What is Rsbuild

Rsbuild is an Rspack-based build tool for the web. The main goal of Rsbuild is to provide out-of-the-box build capabilities for Rspack users, allowing developers to start a web project with zero configuration.

Rsbuild integrates high-performance Rust-based tools from the community, including Rspack and SWC, to provide first-class build speed and development experience.

Rspack Ecosystem

How to Migrate

Please refer to the Create React App Migration Guide provided by Rsbuild for more information.