Bernd Basmer
Bernd Basmer
I have setup an example for loading components completely dynamic, reading which components to load from a .json file. The only issue there is: There seems to be some kind...
I have implemented a mix of both now and it works as long as I don't use any React Hooks in the remotes. As soon as I add a Hook...
Ok, I updated my test application and got one step further. :-) Now the thing is that I can't add the components that I want to load into the global...
Ok. Another step taken and still no step forward. I forked the module federation plugin and added a `__federation_method_setRemote` function that [I found in the discussions of the module federation...
I have not and I have stopped trying already a while ago. I dropped working with Vite as a whole and work now with Nx with Webpack to generate my...
Well, that depends heavily on your needs. Nx itself is a beast to understand and work with but once I understood the concepts, I really like it. They have generators...