Zack Jackson
Zack Jackson
Depends on setup.
Next doesnt fully support Suspense SSR yet, so there is FOUT
You need to have a dynamic import somewhere in the parent to leverage static imports. This works by hoisting additional chunks to the nearest parent async import. This is how...
Lol okay sorry. Here we go As long as you have async bootstrap import, or a parent import, you can use static import without a problem. It's not "bad" but...
Static imports, used or not would be loaded since they are eager imports.
look at the `different-react-versions` example. youd have to use adapter modules and maybe look at the advanced MF api to share reace 18 on a different share scope for newer...
Yeah dropping strict version would be the way. Regarding react 18, yes - but this is a systems design problem. If you're using MFP as a polylith - then this...
If you can't safely implement polylith evergreen. I'd advise against it unless you've got the resources & dev muscle in house to manage such designs. The org needs to be...
Likely not federation and probably an implementation quirk
I'll pull down this example and look over it again. It's been a while