-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Description
Description
I am currently researching micro frontend frameworks and downloaded the official react example of luigi(https://github.com/SAP/luigi/tree/main/core/examples/luigi-example-react). When I tried to integrate another SPA application(running on //localhost:8000/), but the page does not display properly. I observed that when the route changed, the resource files of the sub-application and the network request have been successfully returned.
This is the configuration I added in the luigi-config.js file:
{
pathSegment: 'statistic',
label: 'Statistic',
icon: 'paper-plane',
viewUrl: '//localhost:8000/',
virtualTree: true,
}
In other words, how should I integrate multiple applications into the main application?
Expected result
Display the sub-application properly.
Actual result
Steps to reproduce
Troubleshooting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
