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
fmn 2018-05-21T00:10:52.000072Z

@eremec I think you can add :key to the :div attribute (for [i (range 5)] (rum/with-key [:div {:key i} i] i))

reptiloid 2018-05-21T08:24:39.000256Z

@tonsky @roman01la Hi, guys is it possible to use React Portals api with rum?

2018-05-21T08:44:20.000267Z

should be possible

eremec 2018-05-21T09:54:00.000002Z

@funyako.funyao156 Thanks, it was easy! But "rum/with-key" is no needed, it works well with just {:key i} inside [:div].

2018-05-21T10:00:47.000459Z

@dimonmartyn itโ€™s exposed in rum.core ns here https://github.com/tonsky/rum/blob/gh-pages/src/rum/core.cljs#L233-L236

๐Ÿ‘ 1
reptiloid 2018-05-21T10:38:38.000018Z

@roman01la Nice, thank you.

2018-05-21T23:59:47.000051Z

Has a lot of useful stuff been added to react that people should be aware?