@eremec I think you can add :key
to the :div
attribute
(for [i (range 5)] (rum/with-key [:div {:key i} i] i))
@tonsky @roman01la Hi, guys is it possible to use React Portals api with rum?
should be possible
@funyako.funyao156 Thanks, it was easy! But "rum/with-key" is no needed, it works well with just {:key i} inside [:div].
@dimonmartyn itโs exposed in rum.core
ns here https://github.com/tonsky/rum/blob/gh-pages/src/rum/core.cljs#L233-L236
@roman01la Nice, thank you.
Has a lot of useful stuff been added to react that people should be aware?