Module Federation inside a Monorepo
I have a Monorepo with multiple Solid Projects. I want to host some components inside one of them to use them in another. The motivation for this is, that the deployment for one of the projects is quite a long process. So I just want to import a "tab" component and be able to edit it remotely.
1 Reply
the remote app
the client
const ScheduleComponent = lazy(() => import('remoteApp/schedule_tab'))
But I get this error
The remote component