In Blazor, what is an "interactive render mode" and how do I use it? #50173
Unanswered
MisinformedDNA
asked this question in
Q&A
Replies: 1 comment 2 replies
-
A large number of websites are non-interactive. I don't know if it's a majority or not, but I'm willing to bet it actually is. A majority of websites are definitely "might as well be non-interactive" if not literally. WASM, by definition, will always be interactive. All of this is going from the assumption that "interactive" refers to all non-HTML interactions(basically, JavaScript/WASM) and not things like forms and links. |
Beta Was this translation helpful? Give feedback.
2 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 keep reading "interactive render mode" and I'm not sure what to think. Most web pages are interactive, so we would almost always want to enable this, right. Non-interactive render mode seems like it would be an edge case?
Also, how do I enable "interactive render mode" for WASM? In @mkArtak's example, he creates two projects, one for WASM and one for server, but I thought the whole point of Blazor "United" was that I only needed one project to do either.
Beta Was this translation helpful? Give feedback.
All reactions