-
## Enhancement Request
This enhancement is looking at the problem from a web perspective but could be extended to other implementing technologies.
### Use Case:
As more web applications adopt …
-
## Summary of talk
We would like to share our journey of using the micro frontend (micro UI) architectural pattern within our booking engines at FlightCentre. The journey of discovery we have gone th…
-
I have a set of micro frontends divided into a single page layout: header, content. It turns out that, in general, the platform displays the header and content at once. Since I need user information i…
-
It's interesting for us to consider running Blazor Server and WebAssembly applications in the same document as well as being able to mix them on the same apps. We've heard feedback that some people do…
-
This is a WIP on presets that will be available either directly when we release Piral v2 or that are planned / available after some time.
A preset is a combination of packages that come together in…
-
https://github.com/CLARIAH/usecases/blob/master/cases/scenarios-manual-annotation.md
-
### Demonstration
### Expected Behavior
When I run the command npm run serve:single-spa:menu I want my app to start working but I get the following errors
### Actual Behavior
When I r…
-
### For which library do you need help?
native-federation, module-federation
### Question
**Current Stage**
- Shell Application: Using Angular 17 with the Module Federation plugin.
- Micro-Fron…
-
Hi,
I have a use case where I want to shared Singleton instance across Microfrontend with following condition:
1. First Micro frontend created in Vanilla JS
2. Other Micro frontend created in R…
-
**Describe the bug**
I have an application that follows the micro-frontends architecture. It means that some parts of the application are bundled separately and loaded in async mode.
I would like …