https://github.com/mendixlabs/mendix-react-widget-utils
Utils for Mendix (React) widgets
https://github.com/mendixlabs/mendix-react-widget-utils
Last synced: 4 months ago
JSON representation
Utils for Mendix (React) widgets
- Host: GitHub
- URL: https://github.com/mendixlabs/mendix-react-widget-utils
- Owner: mendixlabs
- License: mit
- Created: 2019-10-16T23:22:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T22:33:50.000Z (11 months ago)
- Last Synced: 2025-08-09T00:02:45.044Z (11 months ago)
- Language: TypeScript
- Homepage: https://jeltemx.github.io/mendix-react-widget-utils/
- Size: 1.57 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/@jeltemx/mendix-react-widget-utils)
[](https://david-dm.org/JelteMX/mendix-react-widget-utils)
[](https://david-dm.org/JelteMX/mendix-react-widget-utils?type=dev)
[](https://github.com/JelteMX/mendix-react-widget-utils/issues)
# Mendix (React) Widget Utils
Makes building widgets a little easier by providing a couple of convenient methods & helper functions. This is tied to Typescript development of widgets. All methods & classes have been properly described, so your code editor (VSCode preferred) should give you code completion, type checking and proper comments.
## Usage
```ts
import { createObject } from "@jeltemx/mendix-react-widget-utils";
const mendixObject = await createObject("MyFirstModule.Entity");
```
## Documentation
> Documentation can be found [here](https://jeltemx.github.io/mendix-react-widget-utils/)
## License
MIT