Blazor/FluentUI project setup for Messaging and interactivity Need guidance #1604
Replies: 2 comments
-
Hi, this doesn't seem to be a library related question, but more a general Blazor question...When using both interactiveserver and interactivewebassembly in on solution, you need to put the components you want to use in wasm in a client project yes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My issues went away after adding the appropriate rendermode e.g in the MainLayout.razor |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am seeking clarity on server/client separation to get the interactivity aspects to work. I created a project based on template (Fluent Blazor Web App ) and the message bar examples don't work. In another thread, there was a discussion about moving the examples to a client project ? Is it still necessary in Feb 2024 based on many changes to the underlying framework?
Beta Was this translation helpful? Give feedback.
All reactions