From bc8e9d19048cd4af1641e42cd9cfd01714e10ead Mon Sep 17 00:00:00 2001 From: Enas Gaber Date: Tue, 19 May 2026 11:10:13 +0200 Subject: [PATCH 1/2] Make Rspack GA and document backports --- .../app-explorer/app/app-settings/runtime-tab.md | 4 ++-- .../app-explorer/app/app-settings/_index.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md index f2b5832cc50..c9dc368905d 100644 --- a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md +++ b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md @@ -22,12 +22,12 @@ The available configuration options are as follows: ### App bundler {#app-bundler} {{% alert type="info" %}} -This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/). It is only available for applications using React client. +This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/) and available in Mendix 11.6.7 MTS. It is only available for applications using React client. {{% /alert %}} The available options are listed below: -* **Rspack (beta)**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler +* **Rspack**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler * **Rollup**: Use Rollup to bundle the React client app (default) For more information about Rspack, see the [official documentation](https://www.rspack.dev/). diff --git a/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md b/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md index 152504563d0..7a00eee351b 100644 --- a/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md +++ b/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md @@ -38,6 +38,19 @@ This setting enables the new React version of the Mendix Client. This React clie * **Yes**: Use the React client. In this mode, you will get consistency errors for incompatible widgets. * **Migration mode**: Use the React client and ignore incompatible widgets. Placeholders are displayed in the case of incompatible widgets. Recommended when trying out the new client. +### App Bundler {#app-bundler} + +{{% alert type="info" %}} +This setting is available in Mendix 10.24.21 LTS. It is only available for applications using React client. +{{% /alert %}} + +The available options are listed below: + +* **Rspack**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler +* **Rollup**: Use Rollup to bundle the React client app (default) + +For more information about Rspack, see the [official documentation](https://www.rspack.dev/). + ### Optimize Network Calls {#optimize-network-calls} If this option is enabled (**true** by default), Mendix analyzes every microflow that can be triggered from the client to minimize the number of objects required to be sent. This speeds up your app significantly. From 99af05424aa8c67bf1ff5786d928c347a8ebb63e Mon Sep 17 00:00:00 2001 From: Enas Gaber Date: Thu, 21 May 2026 11:12:09 +0200 Subject: [PATCH 2/2] Improve wording --- .../modeling/app-explorer/app/app-settings/runtime-tab.md | 4 ++-- .../modeling/app-explorer/app/app-settings/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md index c9dc368905d..38bc79db479 100644 --- a/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md +++ b/content/en/docs/refguide/modeling/app-explorer/app/app-settings/runtime-tab.md @@ -27,8 +27,8 @@ This setting was introduced in [Mendix 11.9.0](/releasenotes/studio-pro/11.9/) a The available options are listed below: -* **Rspack**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler -* **Rollup**: Use Rollup to bundle the React client app (default) +* **Rspack**: Use Rspack to bundle the React client application for faster build times and lower memory usage. +* **Rollup**: Use Rollup to bundle the React client application (default) For more information about Rspack, see the [official documentation](https://www.rspack.dev/). diff --git a/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md b/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md index 7a00eee351b..33b0ef65ded 100644 --- a/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md +++ b/content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md @@ -46,8 +46,8 @@ This setting is available in Mendix 10.24.21 LTS. It is only available for appli The available options are listed below: -* **Rspack**: Use Rspack to bundle the React client app as a faster, more memory-efficient bundler -* **Rollup**: Use Rollup to bundle the React client app (default) +* **Rspack**: Use Rspack to bundle the React client application for faster build times and lower memory usage. +* **Rollup**: Use Rollup to bundle the React client application (default) For more information about Rspack, see the [official documentation](https://www.rspack.dev/).