Mendix Widget utils to make widget development a little easier
npm install @wallm/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.
``ts
import { createObject } from "@jeltemx/mendix-react-widget-utils";
const mendixObject = await createObject("MyFirstModule.Entity");
``
> Documentation can be found here
MIT