Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence sounds a bit confusing to me. Maybe something for docs team to look at more carefully?

{{% /alert %}}

The available options are listed below:

* **Rspack (beta)**: 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Rspack application bundler for faster build times and lower memory usage.

and

Use Rollup application bundler (default).

* **Rollup**: Use Rollup to bundle the React client application (default)

For more information about Rspack, see the [official documentation](https://www.rspack.dev/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 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/).

### 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.
Expand Down