Hi, I'm new to KVision, and I'm evaluating whether...
# kvision
p
Hi, I'm new to KVision, and I'm evaluating whether it is something that I could use for a project, a public facing website. Because of SEO requirements, the chosen solution should be able to render plain HTML on the server side. Is it possible to render a KVision page as a string on the JVM containing HTML, so that the webserver can output it?
r
Unfortunately server side rendering is not supported. At least for know. There is an open issue for this https://github.com/rjaros/kvision/issues/47
👍 1
You could probably try to adapt some pre-rendering solutions