slice a Blazor app into multiple sub apps #24395
Unanswered
Julien-Marpault
asked this question in
General
Replies: 1 comment
-
I want to achieve the same with the new .NET 8 mixed renderting model but I get
The idea was to load only requested piece of interactivity, not the whole single WASM project with all dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We will soon create a backoffice application, which is quite big.
So we are looking to the possibility to slice it into multiple Blazor apps.
Let's say the root application is named Discovery. his url is localhost:5001/home
and I want another application, let say a dashboard with url : localhost:5001/dashboard
I am looking for a way to do that either with standalone WASM apps and ASP Net core backed WASM apps
I tried to reproduce @javiercn exemple: https://github.com/javiercn/BlazorMultipleApps without success.
When doing that, both "/home" and "/dashboard" url reports 404 error and "/" url is hanging on loading message
Thanks
Beta Was this translation helpful? Give feedback.
All reactions