HI there, are there any example projects using rum with server-side rendering?
@aspra rum examples themselves are SSR-ed https://github.com/tonsky/rum/blob/gh-pages/src/rum/server_render.clj
and there’s also https://github.com/tonsky/grumpy which uses SSR
Thanks @tonsky! very useful