External framework support
AppCreator Widget now supports external frameworks like React, Vue, etc. You can include the respective framework's CDN URLs in your widget app's index HTML files and code your app with the framework.
Alternatively, you can use the respective framework's NPM, CLI method to create production-ready bundles and include them in your widget app. No additional inclusion of external URLs is required in this method.
Below is an example for using the React framework,
While in development, use the development URL to get meaningful error descriptions and suggestions.
While deploying use minified version URL to increase the loading speed of your application.