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
justinlee 2018-01-11T00:30:55.000065Z

@ghopper Sadly it doesn’t look like there are that many people here… I’ve just started using rum and so far :on-change works fine for me

2018-01-11T00:56:56.000161Z

@lee.justin.m Yeah, unfortunately not. There have been in the past. :on-change does work find when inside a defc; the issue is when it's not directly in the macro.

justinlee 2018-01-11T00:57:46.000197Z

I thought it was the sablono library that was doing that transformation (?)

jrychter 2018-01-11T08:14:35.000236Z

How can it not be inside a defc?

jrychter 2018-01-11T08:14:41.000119Z

https://github.com/NervJS/nerv

2018-01-11T08:58:46.000163Z

@ghopper no, but I just created the channel. feel free to post questions there

2018-01-11T19:16:54.000261Z

Hello all. This is from the Rum README: "Rum server-side rendering does not use React or Sablono, it runs completely in JVM, without involving JavaScript at any stage."

2018-01-11T19:16:57.000025Z

Is this really true?

2018-01-11T19:19:26.000371Z

that snippet is what happened after I added this tiny thing to an empty ring project:

2018-01-11T19:20:16.000491Z

am I missing something?

justinlee 2018-01-11T19:34:45.000307Z

Does this help? https://github.com/tonsky/rum/issues/83

justinlee 2018-01-11T19:34:50.000292Z

I’ve never done it before.

2018-01-11T19:49:57.000091Z

@lee.justin.m thanks! I'll try it

2018-01-11T20:48:44.000126Z

@lee.justin.m didn't work... but not a big deal since I probably will some client components later...

justinlee 2018-01-11T20:49:46.000113Z

@stephen067 too bad. it seems like the sheer existence of that issue means that the readme isn’t right at the very least

2018-01-11T20:50:02.000465Z

nope

2018-01-11T21:39:05.000478Z

Tried fixing that here https://github.com/tonsky/rum/pull/157