react-module-federation icon indicating copy to clipboard operation
react-module-federation copied to clipboard

Example showing how to use Nx's new module federation support to speed up the builds of React apps

Results 7 react-module-federation issues
Sort by recently updated
recently updated
newest added

While using module federation with worker created using comlink, when I browse application after serve, I get below error Because of above error, not able to execute any functionality on...

`nx g @nx/react:host host --remotes=shop,cart` Running this command generates host, shop, and cart having typescript enabled in their codebase by default. - How to opt out of ts while running...

Hi there, My team is developing a React SSR app using NX, and we have observed that the individual apps are not able to function independently. For example, if we...

Hello! Running the application with `nx serve host` and I see that some of the dependencies are loading on each pageload: * The 1st load (green) included the initial request...

I'm new to NX and trying the out the Module federation recipe(**ssr** + react) available here - https://nx.dev/recipes/module-federation/module-federation-with-ssr. I'm facing multiple issues: https://github.com/nrwl/nx/issues/14092

There is no option to STOP the remotes from building when you run serve. Having a single server serve all the cached artifacts for devving means you cannot test out...

This is more of a support question / feature enhancement than a Issue With this utilizing `withModuleFederation`, I noticed endpoints need to be hardcoded. For my use case, utilizing `External...