We are looking for a way to get Blazor Server loading other Blazor Server projects. Our goal is to have a micro-frontend approach, where each micro-app is also a self-deployable app in itself and is also running from a base or shell application.
Has anyone achieved this?
Thanks