Angular Rspack and Rsbuild Tools
Build and Serve Angular Applications with Rspack and Rsbuild
Rspack
Rspack is a drop-in replacement for Webpack, allowing migration of existing Angular Webpack projects to a modern, faster build system.
Rsbuild
Rsbuild is a build tool based on Rspack, however it does not support the Webpack ecosystem. It does provide OOTB Module Federation support and a plugin system for extending the build.
SSR + CSR Support
The plugins provided for Rspack and Rsbuild both support Angular Server Side Rendering and Client Side Rendering.
Lightning Fast Builds
Rspack and Rsbuild combine Rust and Typescript with a parallelized architecture to provide blazing fast builds with an extensible plugin system to enhance your builds.
These benchmarks are based on an 8000 component application, building Server and Client bundles, and run via a M3 Macbook Pro.