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
2017-11-30T09:08:44.000066Z

@grumplet should be good

2017-11-30T09:08:55.000134Z

next release will contain full migration to 16 though

grumplet 2017-11-30T10:48:30.000320Z

@tonsky Thanks for the update 🙂

yorggen 2017-11-30T18:49:43.000503Z

hello, is there a way to define components anonymously, analogous to #(…) and (fn [] …)? or a way to add mixins to a function so that it works as a component? I needed/wanted to bind components to vals in a map instead of symbols.

2017-11-30T19:03:10.000646Z

No, no way

2017-11-30T19:03:30.000720Z

Its all backed by React, and React requires classes

yorggen 2017-11-30T19:05:29.000167Z

😞