-
Notifications
You must be signed in to change notification settings - Fork 739
[UFC-1588] [UFC-1182] Deprecate dojo and set the react client as the default #9520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from 8 commits
a23fd3a
356f31f
68ebfc0
9e4c99e
8d9cdb5
e6cc7ab
f859a45
f85dd7a
541a3bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,12 @@ These settings influence the behavior of the Runtime when running your applicati | |
|
||
### Use React Client {#react-client} | ||
|
||
This setting enables the new React version of the Mendix Client. There are three options: | ||
This setting enables the React version of the Mendix Client. In Mendix 11.0 and above, the React Client is the default for new applications and the legacy Dojo Client is deprecated. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I changed the version from "As of Mendix 11" to "In Mendix 11.0 and above". Is that a good change (more precise), or with APIs is it more appropriate to stick to only major versions (e.g. "As of Mendix 11)? @MarkvanMents There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That change is fine, Connor. |
||
|
||
* **No**: Do not use the React client (default). | ||
* **Yes**: Use the React client. In this mode, you will get consistency errors for incompatible widgets. | ||
The available configuration options are as follows: | ||
|
||
* **No**: Do not use the React client. This option will trigger a deprecation warning, as the Dojo client is deprecated. | ||
* **Yes**: Use the React client (default). 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. | ||
|
||
### Static Resources from Disk | ||
|
Uh oh!
There was an error while loading. Please reload this page.