Replies: 1 comment 3 replies
-
Blazor's "render-mode" attribute on the root component tag is unrelated to Oqtane's Runtime property which can be set in appsettings.json. Currently "render-mode" is set to "Server" and cannot be modified through the framework - it needs to be manually changed in _Host.cshtml ( which is obviously not recommended as you would be modifying the core code ). It would require some effort to support other render-modes, as each option has its own requirements. It is important to note that Oqtane is not a CMS - it is a modular application framework ( this is highlighted in the Oqtane Philosophy: https://www.oqtane.org/Resources/Blog/PostId/538/oqtane-philosophy ). The framework is optimized for developing SaaS solutions - not publishing content-focused websites. |
Beta Was this translation helpful? Give feedback.
-
Hi,
is it possible for Oqtane to support Blazor's server-mode "ServerPrerendered"?
I think that with Oqtane's current supported runtimes "Server" and "WebAssembly" only, SEO it's going to be a big issue for websites built with Oqtane.
Beta Was this translation helpful? Give feedback.
All reactions