-
## Feature request
My company is evaluating micro-frontend frameworks for a platform. Webpack is high up on the list of potential frameworks, but unfortunately, the webpack module federation docs…
-
## 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 …
-
The upgrade guide mentions already this topic: https://6.docs.plone.org/backend/upgrading/version-specific-migration/upgrade-to-60.html#mockup-and-resource-registry-redone
A more detailed "How To" wo…
-
### Versions
```
{
"name": "react-vite",
"private": true,
"version": "1.0.0",
"workspaces": [
"host",
"remote"
],
"scripts": {
"build": "pnpm…
-
Hi and thank you for your contributions to the open-source community!
I've tried this lib with react-redux^7.2.8 + `withInjectedReducers` HOC from the README.md and it works great.
Under Module Fe…
-
Does the importRemote util work with the MF typescript plugin?
Meaning, if you import a React component like this, does it also preserve any types?
importRemote({ url: "http://localhost:3001…
-
As part of our go live we need a series of examples created that emphasize the use cases that folks will encounter first using Zephyr.
# Versions of Module Federation (MF)
- [x] #11
- [ ] webpac…
-
## Description
If any of your code includes something that uses worker-loader, webpack fails to compile (it will eventually crash with OOM no matter how much memory you give it).
## Reproduce
…
-
### Problem
We should be able to load extensions dynamically at runtime.
### Proposed Solution
Expose an `Application` method that is used to load and register an extension entry point.
…
-
I'm currently working on several features demanding abilities like Module Federation should provide. I do need to use the dynamic module federation features specifically. I've encountered several barr…