Anyone know if fritz2 supports SSR (server-side re...
# fritz2
p
Anyone know if fritz2 supports SSR (server-side rendering)? (preferably on jvm, not node)
🚫 2
b
If you need ssr, kotlinx.html should suffice. It supports ssr on jvm
p
Ok. It would be great to only use one such lib and be able to switch to client-side rendering when necessary
b
You can mount fritz2 apps on multiple ssr components. Same thing as with react