appsmith
appsmith copied to clipboard
[Feature]: Micro-frontends integration with Webpack 5 Module Federation
Is there an existing issue for this?
- [X] I have searched the existing issues
Summary
As some apps migrated to Micro-front ends architecture is there a way to export at runtime the whole smith-app as Remote component with webpack-module-federation-plugin so that we can integrate it in our existing Host react/vue/angular application.
For the sake of simplicity: No shared state or props between the host/remote.
Why should this be worked on?
we can add feature and module (CRM table, reports, tasks manager) to our exiting app in short amount of time, tested out with our clients and if we need to scale or complicated business logic we can refactor to pure Js framework React/Vue/Angular.