<-- Back

Partial rendering of page content during the initial load

Here's the modified HTML code with the requested changes:

Issue

The application page remains incomplete and hidden from the user until the microflow or nanoflow processes within the data view widgets are finished. During this time, the page displays a blank screen or a loading message.

The goal is to make sections of the page visible without waiting for these processes to conclude.

Environment

Mendix Studio Pro 10.7.0 and above

Cause

This is the expected behavior for applications utilizing Dojo-based widgets that pages remain partially hidden until all data within the data view widgets has completely loaded.

Solution/Workaround

From Mendix Studio Pro 10.7.0 and above, the React Client option is available to be enabled and used in the application. This improves the performance of the apps, enables incremental page loading, and future-proofs the application.

To enable this option follow the steps below under the application runtime settings:

  1. Under App Explorer open Settings
  2. In App Settings window, go to Runtime tab
  3. Enable Use React client

Not all platform-supported modules and widgets are converted yet, which is why it is only recommended to use the React client in new applications.

Internal information related

• 232849

Additional information

Have more questions? Submit a request

0 Comments

Article is closed for comments.

To provide feedback, please open a ticket here. Don't forget to include the article's URL along with the feedback you would like to provide.