Micro frontend architecture advice

后端 未结 8 2113
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 00:57

We have several web applications that we wish to present under one single page application. We are looking for a micro-frontend architecture/framework to use. As we see it,

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-30 01:41

    We have currently worked on exact same thing with single-spa framework. And we have come to same conclusions as you have. One major issue for us was translations for a child app, since at least we could not figure out a way to bundle them to the child app. Other assets like styles are an issue as well.

    My suggestion would be to wait for angular elements since the framework is not designed to be used in micro frontend style.

提交回复
热议问题