rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
aspra 2019-01-31T11:52:23.048Z

HI there, are there any example projects using rum with server-side rendering?

2019-01-31T17:55:38.048600Z

@aspra rum examples themselves are SSR-ed https://github.com/tonsky/rum/blob/gh-pages/src/rum/server_render.clj

2019-01-31T17:56:00.049Z

and there’s also https://github.com/tonsky/grumpy which uses SSR

aspra 2019-01-31T19:31:07.049500Z

Thanks @tonsky! very useful