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-07-03T07:39:47.528793Z

@valyagolev with-key works with any React component

2017-07-03T07:40:00.532574Z

if you have sablono markup you convert it to React components first

2017-07-03T07:40:18.538113Z

either with wrapping it inside Rum component

2017-07-03T07:40:31.542346Z

or by calling sablono’s interpret on it

2017-07-03T07:41:02.551666Z

as with custom rendering, you need to consult Sablono sources for ideas

2017-07-03T07:41:10.554219Z

I have no experience with it

valyagolev 2017-07-03T15:23:13.867842Z

thanks!