How does the front end assemble multiple single-page applications?

how do you integrate multiple single-page applications? Assuming that there are three subsystems, and the front end is written in react/angular/vue, what are the ways to integrate these three subsystems into one system?

Mar.09,2021

the scaffolding of the project is definitely different, and you have to pack it separately. Finally, the integration of the three is to have a common navigation bar. Communicate with each other through address links.
due to the "clutter" of the project in Ali, the technical architecture solutions used by each project team are different. This is what I have come into contact with. Navigation can be managed separately through native js writes or in one of the projects. Other subsystems to quote.


here is an article Technical Radar" Micro Front end "- extending the concept of micro service to front-end development (part two: practical article) , please refer to it.


it's better to divide it into three items, and then go through url to jump

.
Menu