onerzafer / microfe

micro fe app registry server
MIT License
73 stars 2 forks source link

Question: Support microfrontend deployed on independent server? #4

Closed joyfulelement closed 5 years ago

joyfulelement commented 5 years ago

Hi, I was deeply inspired by your article about Understanding Micro Frontends and was curious to know your thoughts about the question on serving microfrontends that are deployed on different servers.

Assumption

Please correct me if I have misunderstood the role of microfe registry server:

Questions

Presumably these may not be the target use case of this project, but I would be grateful if you could share your thoughts on them, many thanks!

onerzafer commented 5 years ago

Thanks @joyfulelement What you are asking and describing is the ultimate goal of this project. On the current state of this project, your assumptions are correct.

Regarding your question, I'm working on it at the moment :) Soon I am planning to merge the new-architecture when it is more stable. On this branch, I'm aiming to solve CSR and SSR, dedicated servers for each micro-app (MicroAppServer) the problem is client-side routing and server-side routing.

joyfulelement commented 5 years ago

Thanks @onerzafer for the clarifications and confirmation about the assumption. I'll close this case now and look forward seeing the evolution of your approach for microfrontend, it's a really amazing work you're doing and thanks for sharing!