Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] ability to load multiple featureApps from separate host/sub-domain #305

Open
akhilshastri opened this issue Jun 1, 2024 · 0 comments

Comments

@akhilshastri
Copy link

akhilshastri commented Jun 1, 2024

usecase - for an enterprise application, different teams building domain specific features, if it's a one SPA - then it needs to bundle together hence a whole release cycle is require - which is costly.

if we could split the entire application in small mini-apps and load as one single app at runtime then every team can have separate individual builds/release - hence smaller release and QA only for mini-app.

Webpack 5 has module-federation which something similar but it bundles dependency ahead of time hence larger bundle size or not suitable for Server side rendering or for React Server Components.

Can we build a better solution with Vinxi (may be a vite plugin - which further can useful to other framework..?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant