Home

This is the Mendix React client API documentation.

This documentation is primarily meant to assist the development of JavaScript actions.

Foundations

The Mendix React client uses the React library as a basis.

Basic styling is provided by the Twitter Bootstrap CSS framework.

Structure

In the React client, the app is bundled based on the export of Studio Pro and only contains the features that are used.

The core client consists of a number of subsystems and some object classes that implement the concepts used by these subsystems. All subsystems exist inside a single object, mx.

You can load the app bundle with some lines similar to the following in your HTML file:

<link rel="stylesheet" href="path/to/atlas/theme/file.css">

<script src="dist/index.js"></script>

This starts the app and tries to log into the system.