# Rspack -- Getting up to speed with Nx

DevFeed: [Rspack -- Getting up to speed with Nx](<https://devfeed.tech/articles/rspack-getting-up-to-speed-with-nx-21446.md>)

Original publisher: [Read original article](<https://nx.dev/blog/rspack-getting-up-to-speed-with-nx>)

Author: Juri Strumpflohner

Published: 2023-03-10T00:00:00Z

Content type: article

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Webpack](<https://devfeed.tech/topics/webpack.md>), [React](<https://devfeed.tech/topics/react.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Cypress](<https://devfeed.tech/topics/cypress.md>)

Tags: [cypress](<https://devfeed.tech/tags/cypress.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [jest](<https://devfeed.tech/tags/jest.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [performance](<https://devfeed.tech/tags/performance.md>), [react](<https://devfeed.tech/tags/react.md>), [rust](<https://devfeed.tech/tags/rust.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

## AI overview

Nx integrates Rspack, a Rust-based rewrite and alternative to Webpack, to provide a streamlined setup for React applications. The article describes Rspack's performance-focused architecture and reports that ByteDance saw 5- to 10-fold compilation improvements in some internal applications. Nx's plugin also supports TypeScript, ESLint, Jest, optional Vite, Cypress, caching, generators, migrations, and editor extensions.

## Source excerpt

Explore Nx's integration with Rspack, the Rust-based Webpack alternative that offers 5-10x faster compilation for React apps in your monorepo.