Blazor in .NET 8 - New "Interactive Server" render mode #1355
Unanswered
danielchalmers
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I will see what this new render mode can do, I am not completely sure of the capabilities of it. About Maui/Blazor, as far as I know, Maui uses a web view to display the Blazor UI, it is basically just a browser, I think that the current version of LiveCharts should work there, but I have not tried that yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's been stated that the library won't work on Blazor Server due to the static rendering (#606 #1274), but will it work using the new hybrid render modes introduced in .NET 8?
Ran into this issue on a Blazor Server hybrid app that runs locally as a replacement to a WPF app, and also had the issue trying to add the charts to a MAUI Blazor app which seems to run as Server too. Would be super valuable to be able to use it with them.
Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions