Fork me on GitHub
#rum
<
2018-05-21
>
fmn00:05:52

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

reptiloid08:05:39

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

Niki08:05:20

should be possible

eremec09:05:00

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

benzap23:05:47

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