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
jrychter 2017-09-27T10:37:04.000124Z

Soooooo… React 16.

1😆
2017-09-27T11:59:05.000298Z

Yep. Started to look at it just today

2017-09-27T11:59:16.000066Z

I’ll bring it in soon, hopefully

2🎉
kennytilton 2017-09-27T13:45:16.000581Z

Is it reactive yet, or is that still just the name? 😎

kennytilton 2017-09-27T13:50:56.000214Z

Oh, wow, they punted on the patents license, went MIT. Good for them.

jrychter 2017-09-27T15:07:23.000088Z

@tonsky Cool, thanks. The only thing I'm hoping for is smaller size and possibly slightly improved performance, but those are always nice gains for zero effort (on my side 😊).

jrychter 2017-09-27T17:10:47.000530Z

I've taken a look at the changes: lots of changes in the server-side rendering, which we mostly don't care about. But what we might care about is that the markup that React expects is now different (shorter, without various reactid attributes). I know too little to guess if this impacts Rum's server-side rendering.