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.
import { createObject } from "@jeltemx/mendix-react-widget-utils";
const mendixObject = await createObject("MyFirstModule.Entity");
Documentation can be found here
MIT