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
jimmy 2018-12-23T11:19:15.004800Z

@sova you should read about cljc first.

sova-soars-the-sora 2018-12-23T17:39:07.005Z

o.o thx

sova-soars-the-sora 2018-12-23T17:40:51.005200Z

the documentation is a wreck

sova-soars-the-sora 2018-12-23T17:51:58.005800Z

Uh

sova-soars-the-sora 2018-12-23T17:52:18.006400Z

maybe just stale bits in my ram? lol. unplug box, take to coffee shop, try to compile, everything works fine xD

sova-soars-the-sora 2018-12-23T17:52:43.007Z

thanks, i must have needed that refresher on reader conditionals for the good juju xD jimmy

sova-soars-the-sora 2018-12-23T19:33:18.007900Z

Damn, I feel like I had it working for a second on the serverside. You use rum/render-html to make an HTML string, you pass that on http requests, and the javascript hydrates over an existing component...

sova-soars-the-sora 2018-12-23T19:33:59.008700Z

seems pretty straightforward, but i have to strip out all the JS code from my components to render into serverside... or as @jimmy mentioned throw it all into a cljc and conditionally render the js parts