ESM (ES Modules)
The official JavaScript module system standardized in ECMAScript 2015. GenMB uses ESM imports via the esm.sh CDN, allowing generated apps to import libraries like React and Chart.js directly in the browser without npm, webpack, or any build step. This enables instant preview and simpler deployment.
Related Terms
CDN (Content Delivery Network)
A distributed network of servers that delivers web content to users from the closest geographic location. GenMB uses esm.sh as a CDN for JavaScript module imports, allowing generated apps to load dependencies instantly without npm or build tools.
Multi-Framework Support
The ability to generate applications in multiple JavaScript frameworks from the same platform. GenMB supports 3 frameworks: Vanilla JS (HTML/CSS/JS), React, and React + TypeScript, allowing users to choose the best framework for each project.
Ready to Start Building?
Put these concepts into practice. Describe your app idea and let GenMB generate the code.
Try GenMB Free