Replies: 1 comment
-
Hello, I don’t know if you have a demo or a case for the micro-frontend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are decided to split our biggest front-end platform into multiple separate apps (aka micro front-ends) and as of today, many tools and many different ways to achieve this are possible but it's impossible to chose one and be sure to make the right choice..
I want to bet on Vite for this, but I strictly have no idea if that's one of the tools that will allow me to achieve this.
I had a look at multi-vite which allows using multiple Vite instances under a proxy to serve different apps on different paths, but I wonder if it is possible to just serve the components to the root App.
Meaning:
I tried to imagine how it would technically look on an architectural point of view, and what I came with is:
app.localhost
Root appappA.app.localhost
Subapp AabbB.app.localhost
Subapp B@org/subappA
)If you have any tips, or suggestions regarding the creation of an app assembling multiple micro-frontends, I would really appreciate.
If you need more clarifications, I'll update the original post to be as clear as possible.
Beta Was this translation helpful? Give feedback.
All reactions